#49521 closed enhancement (fixed)
Append lostpassword_errors filter to `retrieve_password()`
| Reported by: | wpdo5ea | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Login and Registration | Version: | 5.4 |
| Severity: | normal | Keywords: | has-patch has-dev-note |
| Cc: | Focuses: |
Description
Currently comparing to login and register process, lost password submission didn't have any error filter, which makes it hard to append more errors.
Similar to the part in register_new_user() function, added the filter lostpassword_errors to errors encountered.
Attachments (2)
Change History (8)
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
6 years ago
#3
@
6 years ago
- Keywords needs-dev-note added
Since this adds a new filter, marking for a dev-note call-out on the Misc Dev Note.
#6
@
6 years ago
- Keywords has-dev-note added; needs-dev-note removed
This received a call out in the Miscellaneous Developer Changes in 5.5 dev note: https://make.wordpress.org/core/2020/07/29/miscellaneous-developer-focused-changes-in-wordpress-5-5/.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I did change in filter comment area. I am not sure it is better to understand or not for our user.