Add config option to disable automatic account creation

Also moved the acceptallcustomnames setting to the login section where
it belongs.
This commit is contained in:
2022-06-29 23:42:44 +02:00
parent abda9dc158
commit 63d4087488
4 changed files with 14 additions and 4 deletions

View File

@@ -14,6 +14,9 @@ sandbox=true
port=23000
# will all custom names be approved instantly?
acceptallcustomnames=true
# should attempts to log into non-existent accounts
# automatically create them?
autocreateaccounts=true
# how often should everything be flushed to the database?
# the default is 4 minutes
dbsaveinterval=240