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 128598c..0a1c68c 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 1d4b594..643f9ea 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 ...