diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2019-05-01 20:03:28 +0800 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-04 01:23:11 +0200 |
commit | de087daad09ad964283d036cab64b0bfb180a7a9 (patch) | |
tree | 658e4bf553b65fae8929b25c1ee99edbf20276f4 /conf/login | |
parent | 89c24a6a7ded6dedfb92ccccb3d5f0ffa7a55631 (diff) | |
download | hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.gz hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.bz2 hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.xz hercules-de087daad09ad964283d036cab64b0bfb180a7a9.zip |
Correct spacing for comment blocks in conf/* config files
Diffstat (limited to 'conf/login')
-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 acd3bfca8..22e927c5e 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -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 |