* Some more JSON -> HJSON cleanup
* More work on ACS system conditional matching. Now functional within menus. Still more work to go on various ACS checks themselves. * Use ACS for new user path: If new user requires activation, they will see 'DONE' then get logged off
This commit is contained in:
@@ -85,9 +85,9 @@ User.StandardPropertyGroups = {
|
||||
};
|
||||
|
||||
User.AccountStatus = {
|
||||
disabled : -1,
|
||||
inactive : 0,
|
||||
active : 1,
|
||||
disabled : 0,
|
||||
inactive : 1,
|
||||
active : 2,
|
||||
};
|
||||
|
||||
User.prototype.load = function(userId, cb) {
|
||||
|
||||
Reference in New Issue
Block a user