From: Matteo Nastasi (mop) Date: Wed, 4 Dec 2013 07:25:59 +0000 (+0100) Subject: USER_FLAG_TY_SUSPEND dismissed X-Git-Tag: v4.11.0~7 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=4e5f9085c9e83cf31552106137fef2f38c886bee USER_FLAG_TY_SUSPEND dismissed --- diff --git a/TODO.txt b/TODO.txt index 128598c..0a1c68c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,10 +12,10 @@ 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 diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 1d4b594..643f9ea 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -60,7 +60,7 @@ define('USER_FLAG_TY_SUPER', 0x020000); // done 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 ...