summaryrefslogtreecommitdiff
path: root/conf/login
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-03-13 11:44:21 +0000
committerAsheraf <acheraf1998@gmail.com>2017-03-13 11:44:21 +0000
commit5b15b7b79729258f55533e0d76fcccf1a3d16021 (patch)
tree95c8b00f3807444b60904ebe8c57ac5d4d6a7807 /conf/login
parent3186fb9a770c373059c0e6c9f0ac55348c9064da (diff)
downloadhercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.gz
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.bz2
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.tar.xz
hercules-5b15b7b79729258f55533e0d76fcccf1a3d16021.zip
Basic Server Configurations
Diffstat (limited to 'conf/login')
-rw-r--r--conf/login/login-server.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf
index 71928e3d0..7541a88f9 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: true
+ new_account: false
//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: false
+ use_MD5_passwords: true
// Account data engine storage configuration
@include "conf/global/sql_connection.conf"