mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Check bad usernames @ login
This commit is contained in:
parent
73e8b0454e
commit
06a1925288
3 changed files with 12 additions and 2 deletions
|
@ -50,4 +50,5 @@ exports.ErrorReasons = {
|
|||
Disabled : 'DISABLED',
|
||||
Inactive : 'INACTIVE',
|
||||
Locked : 'LOCKED',
|
||||
NotAllowed : 'NOTALLOWED',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue