? ? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
24 Feb 2021

discovered in J3 by @dryabov in #32505

there were extra strings with the same error in j4

avatar brianteeman brianteeman - open - 24 Feb 2021
avatar brianteeman brianteeman - change - 24 Feb 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 Feb 2021
Category Administration Language & Strings
avatar ChristineWk ChristineWk - test_item - 24 Feb 2021 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 24 Feb 2021

I have tested this item successfully on f618eb1


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32506.

avatar richard67 richard67 - test_item - 24 Feb 2021 - Tested successfully
avatar richard67
richard67 - comment - 24 Feb 2021

I have tested this item successfully on f618eb1


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32506.

avatar richard67 richard67 - change - 24 Feb 2021
Status Pending Ready to Commit
Labels Added: ? ?
avatar richard67
richard67 - comment - 24 Feb 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32506.

avatar drmenzelit drmenzelit - change - 25 Feb 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-02-25 07:20:36
Closed_By drmenzelit
Labels Added: ?
avatar drmenzelit drmenzelit - close - 25 Feb 2021
avatar drmenzelit drmenzelit - merge - 25 Feb 2021
avatar drmenzelit
drmenzelit - comment - 25 Feb 2021

Thanks

avatar brianteeman
brianteeman - comment - 25 Feb 2021

Thanks

avatar infograf768
infograf768 - comment - 25 Feb 2021

Remarks

JFIELD_PASSWORD_NOTE_DESC
I can't find the use of this string in code as well as
JFIELD_PASSWORD_NOTE_LBL="Password must contain:"

Could you confirm this? If yes they just should be deleted, in admin, site and api.

If it is used and not a remaining of former code
JFIELD_PASSWORD_NOTE_DESC is modified in this PR for the Api only
What about admin joomla.ini and site joomla.ini still using
JFIELD_PASSWORD_NOTE_DESC="%1 symbol(s), %2 uppercase letter(s), %3 lowercase letter(s), %4 number(s)"

Should not API be exactly the same as admin ?
Also, should not this use d instead of s as these are integers?
I.e.
%1$d, %2$d, etc ?

Add a Comment

Login with GitHub to post a comment