Fix #1232 allow multiple auth attempts in a configured time

This commit is contained in:
Kijin Sung 2020-03-23 21:20:26 +09:00
parent 3bccc9ff2d
commit ecd8cd3ded
6 changed files with 41 additions and 6 deletions

View file

@ -55,6 +55,8 @@ $lang->enable_confirm = 'Email Activation';
$lang->enable_find_account_question = 'Account recovery using question/answer';
$lang->enable_ssl = 'Enable SSL';
$lang->msg_email_confirmation_required = 'A confirmation e-mail will be sent. Please check your email address carefully.';
$lang->cmd_authmail_expires = 'Activation Email Expiry';
$lang->about_authmail_expires = 'Activation emails and password reset emails can be set to expire after a certain time.';
$lang->security_sign_in = 'Sign in using enhanced security';
$lang->member_limited = 'Limited';
$lang->limit_day = 'Temporary Limit Date';
@ -225,7 +227,7 @@ $lang->about_emailhost_check = 'Empty value will allow almost all email account
$lang->about_form_description = 'If you enter description in this form, it will be displayed on join form.';
$lang->about_required = 'Check this to make it mandatory item when signing up.';
$lang->about_enable_join = 'Please check this if you want to allow new members to sign up your site.';
$lang->about_enable_confirm = 'Please check if you want new members to activate their accounts via their emails.';
$lang->about_enable_confirm = 'An activation email will be sent to new members. They must click a link in the email to complete the sign up process.';
$lang->about_enable_find_account_question = 'Check if you want to allow members to recover their accounts using a security question and answer.';
$lang->about_enable_ssl = 'Personal information from Sign up/Modify Member Info/Sign in can be sent as SSL(https) mode if server provides SSL service.';
$lang->about_limit_day = 'You can limit activation date after sign up';