diff options
Diffstat (limited to 'conf/login/login-server.conf')
-rw-r--r-- | conf/login/login-server.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index 7541a88f9..71928e3d0 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -57,7 +57,7 @@ login_configuration: { // Account engine configuration account: { // Can you use _M/_F to make new accounts on the server? - new_account: false + new_account: true //If new_account is enabled, minimum length to userid and passwords should be 4? //Must be 'true' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs @@ -75,7 +75,7 @@ login_configuration: { // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> - use_MD5_passwords: true + use_MD5_passwords: false // Account data engine storage configuration @include "conf/global/sql_connection.conf" |