mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
* Switch to JSON/config.json based user groups, and user group membership
This commit is contained in:
parent
6f3137d522
commit
150bd5778a
4 changed files with 28 additions and 95 deletions
|
@ -75,8 +75,9 @@ function getDefaultConfig() {
|
|||
passwordMax : 128,
|
||||
requireActivation : true, // require SysOp activation?
|
||||
invalidUsernames : [],
|
||||
|
||||
defaultGroups : [ 'users' ]
|
||||
|
||||
groups : [ 'users', 'sysops' ], // built in groups
|
||||
defaultGroups : [ 'users' ] // default groups new users belong to
|
||||
},
|
||||
|
||||
defaults : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue