User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
?
|
RTC
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:
?
|
Thanks
Thanks
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 ?
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.