DONE . manage accept
DONE . manage refuse
DONE . show current TOS
- . WIP disable user reason integer field and remove SUSPEND state (db, php)
+ DONE . disable user reason integer field and remove SUSPEND state (db, php)
+ . opt - download TOS
. checkbox for anonimous users with message when not checked
. opt - button on when arrived to the bottom of the TOS
- . opt - download TOS
. min - check TOS version between config file and TOS file
. show guaranteer
define('USER_FLAG_TY_CERT', 0x040000); // done
// ... other usefull status ...
define('USER_FLAG_TY_FIRONLY', 0x200000); // done
-define('USER_FLAG_TY_SUSPEND', 0x400000); // done
+// define('USER_FLAG_TY_free-to-use', 0x400000); // done
define('USER_FLAG_TY_DISABLE', 0x800000); // done
// ... reasons for disabling account ...