implement reserved_names option

This commit is contained in:
zefie
2022-10-22 17:49:54 -04:00
parent 222976f416
commit 5055f862b0
2 changed files with 26 additions and 7 deletions

View File

@@ -41,7 +41,13 @@
"user_accounts": {
"max_users_per_account": 6,
"min_username_length": 5,
"max_username_length": 18
"max_username_length": 18,
"reserved_names": [
"AccountDisabled",
"Demo",
"Flash",
"null"
]
},
"passwords": {
"enabled": true,