From 4e5f9085c9e83cf31552106137fef2f38c886bee Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 4 Dec 2013 08:25:59 +0100 Subject: [PATCH] USER_FLAG_TY_SUSPEND dismissed --- TODO.txt | 4 ++-- web/Obj/user.phh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ... -- 2.17.1