CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / classes / main / user / class_User.php
index 0e998a0fc5774406c81df8a4a0634b7947ac6d32..5f4ebb8236f10ed609d56b362c64c4923f42daf2 100644 (file)
@@ -38,9 +38,9 @@ class User extends BaseFrameworkSystem implements ManageableUser, Registerable {
        private $email = "";
 
        // Exceptions
-       const EXCEPTION_USERNAME_NOT_FOUND   = 0x600;
-       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x601;
-       const EXCEPTION_USER_PASS_MISMATCH   = 0x602;
+       const EXCEPTION_USERNAME_NOT_FOUND   = 0x150;
+       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x151;
+       const EXCEPTION_USER_PASS_MISMATCH   = 0x152;
 
        /**
         * Protected constructor