Attempt to change your password to the same password when an admin has flagged your account as "requires password reset"
Receive error message:
Profile could not be saved: Could not bind profile data: You can't reuse your current password, please enter a new password.
Another one of those where we can clean up the language to remove developers language. (like the other issues to remove PHP Class names and method names from error messages shown to frontend users)
"binding profile data" means nothing to a user changing their password in Joomla.
"bind" is a PHP Programmers term (in Joomla) for mapping the incoming request to a PHP object and validating the object against some rules.
The error message would make sense without the "Could not bind profile data" part of the error message
Profile could not be saved: You can't reuse your current password, please enter a new password.
Labels |
Added:
?
|
Title |
|
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-02-02 23:58:47 |
Closed_By | ⇒ | Quy |
PR #32268