? Pending

User tests: Successful: Unsuccessful:

avatar Kostelano
Kostelano
20 Jun 2021

Summary of Changes

Make it possible to change the string of password parameters for each language separately.

For example, in Russian it will look much better if you change the wording to "N characters ...". Changes for a bunch of lines:

JFIELD_PASSWORD_RULES_CHARACTERS="Characters: %d"
JFIELD_PASSWORD_RULES_DIGITS="Numbers: %d"
JFIELD_PASSWORD_RULES_LOWERCASE="Lower Case: %d"
...
JFIELD_PASSWORD_RULES_SYMBOLS="Symbols: %d"
JFIELD_PASSWORD_RULES_UPPERCASE="Upper Case: %d"

How to check? Change the password requirements in the user settings - add required characters, numbers, upper / lower case, etc.

Break, for example, the line below (each in its own language) and apply the correct wording:

JFIELD_PASSWORD_RULES_CHARACTERS="Characters: %d"

=>

JFIELD_PASSWORD_RULES_CHARACTERS_1="%d character"
JFIELD_PASSWORD_RULES_CHARACTERS_2="%d characters"
JFIELD_PASSWORD_RULES_CHARACTERS="%d characters"

Turn on registration on the site and try to register a new user. Pay attention to the password hints.

avatar Kostelano Kostelano - open - 20 Jun 2021
avatar Kostelano Kostelano - change - 20 Jun 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Jun 2021
Category Layout
avatar Kostelano Kostelano - change - 20 Jun 2021
The description was changed
avatar Kostelano Kostelano - edited - 20 Jun 2021
avatar brianteeman
brianteeman - comment - 20 Jun 2021

I believe the reason why it was not created as a plural was that unlike a message this is more like the output of a field.

Characters: 1
Symbols: 2
Lowercase: 3
Uppercase: 2
Numbers: 1

and not
1 character
2 symbols
3 lowercase
2 uppercase
1 number

(but I don't have strong feelings either way)

avatar Kostelano Kostelano - change - 11 Jul 2021
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2021-07-11 12:40:25
Closed_By Kostelano
Labels Added: ?
avatar Kostelano Kostelano - close - 11 Jul 2021

Add a Comment

Login with GitHub to post a comment