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

@@ -5,6 +5,7 @@ namespace settings {
extern bool SANDBOX;
extern int LOGINPORT;
extern bool APPROVEALLNAMES;
extern bool AUTOCREATEACCOUNTS;
extern int DBSAVEINTERVAL;
extern int SHARDPORT;
extern std::string SHARDSERVERIP;