]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/user/class_Guest.php
Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / classes / main / user / class_Guest.php
index ffe6772c21bb24382215e304b2b9c45cae0e72da..fa9a50d012e4baffc670daca21e7a830b901a07f 100644 (file)
@@ -38,9 +38,9 @@ class Guest extends BaseFrameworkSystem implements ManageableGuest, Registerable
        private $email = "";
 
        // Exceptions
-       const EXCEPTION_USERNAME_NOT_FOUND   = 0x060;
-       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x061;
-       const EXCEPTION_USER_PASS_MISMATCH   = 0x062;
+       const EXCEPTION_USERNAME_NOT_FOUND   = 0x700;
+       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x701;
+       const EXCEPTION_USER_PASS_MISMATCH   = 0x702;
 
        /**
         * Protected constructor