mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* DOOR.SYS support
* LORD now works via DOOR.SYS at least * Abracadabra: nodeMax, tooManyArt support, etc. * Abracadabra: Exit back to menu * Some code cleanup
This commit is contained in:
parent
144aa6b351
commit
608d4dc094
6 changed files with 246 additions and 85 deletions
|
@ -51,6 +51,10 @@ function User() {
|
|||
return _.isString(self.groups[groupIdOrName]);
|
||||
};
|
||||
|
||||
this.getLegacySecurityLevel = function() {
|
||||
return self.isRoot() ? 100 : 30;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
User.PBKDF2 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue