1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 08:23:28 +02:00

Merge pull request #5824 from rxu/ticket/16311

[ticket/16311] Fix password length ACP setting explanation
This commit is contained in:
Marc Alexander 2020-01-09 20:32:49 +01:00
commit eecd0b91c5
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -250,7 +250,7 @@ $lang = array_merge($lang, array(
'MIN_CHARS' => 'Min',
'NO_AUTH_PLUGIN' => 'No suitable auth plugin found.',
'PASSWORD_LENGTH' => 'Password length',
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum number of characters in passwords. Note that the maximum number is not limited.',
'REG_LIMIT' => 'Registration attempts',
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at solving the anti-spambot task before being locked out of that session.',
'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',