mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-02-11 14:50:03 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user