* Allow SSHPMPT.ASC for displaying SSH/secure app info/instructions

This commit is contained in:
Bryan Ashby 2015-10-22 11:04:50 -06:00
parent 4a22ce0924
commit 93cff52c1f
2 changed files with 26 additions and 5 deletions

View file

@ -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!