summaryrefslogtreecommitdiff
path: root/conf/login
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-03-13 11:51:46 +0000
committerAsheraf <acheraf1998@gmail.com>2017-03-13 11:51:46 +0000
commit0263a6cc98cb274fc074462f50237d47a0cfd276 (patch)
tree2751cac8ad3ca34850f9d29052a94f79e3bb3c1d /conf/login
parente9fae355b417ce6c3ecc1696260dc5d52f623b6f (diff)
downloadhercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.gz
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.bz2
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.tar.xz
hercules-0263a6cc98cb274fc074462f50237d47a0cfd276.zip
Revert "Basic Server Configurations"
This reverts commit 5b15b7b79729258f55533e0d76fcccf1a3d16021.
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 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"