diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 10:36:33 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 10:36:33 +0000 |
commit | ded3beb31fd3aa57ce15ea85effeda5c329a3343 (patch) | |
tree | 16db8260308267c8adb7cb25f35e06804b422309 /conf/login_athena.conf | |
parent | 46733d74c81b5fccdb1e557cbceb8e977e876e47 (diff) | |
download | hercules-ded3beb31fd3aa57ce15ea85effeda5c329a3343.tar.gz hercules-ded3beb31fd3aa57ce15ea85effeda5c329a3343.tar.bz2 hercules-ded3beb31fd3aa57ce15ea85effeda5c329a3343.tar.xz hercules-ded3beb31fd3aa57ce15ea85effeda5c329a3343.zip |
Added a new login server config for _F/_M account creation method which denies an account creation if either userid or password length is lower than 4 (should be used with conjunction of Disable 4 LetterUserID/Disable 4 LetterPassword client diffs)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15265 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.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 |