CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / classes / main / user / class_Guest.php
index fa9a50d012e4baffc670daca21e7a830b901a07f..73ecb5aaba096bce76e343372b6e66f36f2ab16f 100644 (file)
@@ -38,9 +38,9 @@ class Guest extends BaseFrameworkSystem implements ManageableGuest, Registerable
        private $email = "";
 
        // Exceptions
-       const EXCEPTION_USERNAME_NOT_FOUND   = 0x700;
-       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x701;
-       const EXCEPTION_USER_PASS_MISMATCH   = 0x702;
+       const EXCEPTION_USERNAME_NOT_FOUND   = 0x170;
+       const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x171;
+       const EXCEPTION_USER_PASS_MISMATCH   = 0x172;
 
        /**
         * Protected constructor