mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
* Allow SSHPMPT.ASC for displaying SSH/secure app info/instructions
This commit is contained in:
parent
4a22ce0924
commit
93cff52c1f
2 changed files with 26 additions and 5 deletions
|
@ -77,7 +77,9 @@ function getDefaultConfig() {
|
|||
invalidUsernames : [],
|
||||
|
||||
groups : [ 'users', 'sysops' ], // built in groups
|
||||
defaultGroups : [ 'users' ] // default groups new users belong to
|
||||
defaultGroups : [ 'users' ], // default groups new users belong to
|
||||
|
||||
newUserNames : [ 'new', 'apply' ], // Names reserved for applying
|
||||
},
|
||||
|
||||
// :TODO: better name for "defaults"... which is redundant here!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue