From ded3beb31fd3aa57ce15ea85effeda5c329a3343 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 25 Dec 2011 10:36:33 +0000 Subject: 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 --- src/login/login.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/login.h') diff --git a/src/login/login.h b/src/login/login.h index 07f05f18b..3f14ec93c 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -61,7 +61,7 @@ struct Login_Config { bool log_login; // whether to log login server actions or not char date_format[32]; // date format used in messages bool console; // console input system enabled? - bool new_account_flag; // autoregistration via _M/_F ? + bool new_account_flag,new_acc_length_limit; // autoregistration via _M/_F ? / if yes minimum length is 4? int start_limited_time; // new account expiration time (-1: unlimited) bool use_md5_passwds; // work with password hashes instead of plaintext passwords? int min_level_to_connect; // minimum level of player/GM (0: player, 1-99: GM) to connect -- cgit v1.2.3-70-g09d2