diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-04 01:25:04 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-04 01:26:08 +0200 |
commit | 6800dbaa70c8f11dbd583175d3874c034cbc59e6 (patch) | |
tree | d2ad10f3ad669ddbce4beb3c69c7f4f479f1a183 /conf/login/login-server.conf | |
parent | f272422f2dbd015691ecba06a14a18d48e7362da (diff) | |
parent | de087daad09ad964283d036cab64b0bfb180a7a9 (diff) | |
download | hercules-6800dbaa70c8f11dbd583175d3874c034cbc59e6.tar.gz hercules-6800dbaa70c8f11dbd583175d3874c034cbc59e6.tar.bz2 hercules-6800dbaa70c8f11dbd583175d3874c034cbc59e6.tar.xz hercules-6800dbaa70c8f11dbd583175d3874c034cbc59e6.zip |
Merge pull request #2452 from Jedzkie/pr03-conf
Config files changes
Diffstat (limited to 'conf/login/login-server.conf')
-rw-r--r-- | conf/login/login-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index a3d0b6955..22e927c5e 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2018 Hercules Dev Team +//= Copyright (C) 2014-2019 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -75,8 +75,8 @@ login_configuration: { // Can you use _M/_F to make new accounts on the server? 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 + // 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 new_acc_length_limit: true // Account registration flood protection system |