]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
USER_FLAG_TY_SUSPEND dismissed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 4 Dec 2013 07:25:59 +0000 (08:25 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 4 Dec 2013 07:25:59 +0000 (08:25 +0100)
TODO.txt
web/Obj/user.phh

index 128598c1252cfc51fc27931769699d2548aa1be9..0a1c68c4114d6fcc84f287fbe0f906cb6ceccd25 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
        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
 
index 1d4b5947ac593185094126e8ea4b668d1780c494..643f9ea7b8ca00fe09b008d87b2cf34cc6ad74a1 100644 (file)
@@ -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 ...