]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/user/class_User.php
Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / classes / main / user / class_User.php
index 62b0d5517e9b903f38b46d440bf47f33d3f0d680..0e998a0fc5774406c81df8a4a0634b7947ac6d32 100644 (file)
@@ -38,9 +38,9 @@ class User extends BaseFrameworkSystem implements ManageableUser, 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   = 0x600;
+       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x601;
+       const EXCEPTION_USER_PASS_MISMATCH   = 0x602;
 
        /**
         * Protected constructor