complete registration flow (submit, mail verification, admin approvation)
[brisk.git] / web / Obj / user.phh
index e34f827..22f8f01 100644 (file)
@@ -64,12 +64,13 @@ define('USER_FLAG_TY_ADMIN',   0x400000); // done
 define('USER_FLAG_TY_DISABLE', 0x800000); // done
 
 // ... reasons for disabling account ...
+define('USER_DIS_REA_NONE',       0);
 define('USER_DIS_REA_INVMAIL',    1);
 define('USER_DIS_REA_LICENCE',    2);
 define('USER_DIS_REA_BANNED',     3);
 define('USER_DIS_REA_MALICIOUS',  4);
-define('USER_DIS_REA_NU_MAILED',  5);
-define('USER_DIS_REA_NU_TOBECHK', 6);
+define('USER_DIS_REA_NU_MAILED',  5); // new user: mail sent to be confirmed
+define('USER_DIS_REA_NU_TOBECHK', 6); // new user: name verification