diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 7f1f40d4b..7ee08881b 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -43,6 +43,10 @@ console: off // Can you use _M/_F to make new accounts on the server? new_account: yes +//If new_account is enabled, minimum length to userid and passwords should be 4? +//Must be 'Yes' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs +new_acc_length_limit: yes + // Account registration flood protection system // allowed_regs is the number of registrations allowed in time_allowed (in seconds) allowed_regs: 1 |