mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'prep-release-3.0.9' into develop-olympus
* prep-release-3.0.9: [ticket/10228] Correct "trigger" to "triggered" in acp registration settings
This commit is contained in:
commit
29df4b5c60
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ $lang = array_merge($lang, array(
|
||||||
'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header',
|
'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header',
|
||||||
'IP_LOGIN_LIMIT_USE_FORWARDED_EXPLAIN' => 'Instead of limiting login attempts by IP address they are limited by <var>X_FORWARDED_FOR</var> values. <br /><em><strong>Warning:</strong> Only enable this if you are operating a proxy server that sets <var>X_FORWARDED_FOR</var> to trustworthy values.</em>',
|
'IP_LOGIN_LIMIT_USE_FORWARDED_EXPLAIN' => 'Instead of limiting login attempts by IP address they are limited by <var>X_FORWARDED_FOR</var> values. <br /><em><strong>Warning:</strong> Only enable this if you are operating a proxy server that sets <var>X_FORWARDED_FOR</var> to trustworthy values.</em>',
|
||||||
'MAX_LOGIN_ATTEMPTS' => 'Maximum number of login attempts per username',
|
'MAX_LOGIN_ATTEMPTS' => 'Maximum number of login attempts per username',
|
||||||
'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'The number of login attempts allowed for a single account before the anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being trigger for distinct user accounts.',
|
'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'The number of login attempts allowed for a single account before the anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being triggered for distinct user accounts.',
|
||||||
'NO_IP_VALIDATION' => 'None',
|
'NO_IP_VALIDATION' => 'None',
|
||||||
'NO_REF_VALIDATION' => 'None',
|
'NO_REF_VALIDATION' => 'None',
|
||||||
'PASSWORD_TYPE' => 'Password complexity',
|
'PASSWORD_TYPE' => 'Password complexity',
|
||||||
|
|
Loading…
Add table
Reference in a new issue