#49521 closed enhancement (fixed)
Append lostpassword_errors filter to `retrieve_password()`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Login and Registration | Keywords: | has-patch has-dev-note |
Focuses: | Cc: |
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)
#1
@
5 years ago
- Milestone changed from Awaiting Review to 5.5
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
5 years ago
#3
@
5 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
@
5 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/.
Note: See
TracTickets for help on using
tickets.
I did change in filter comment area. I am not sure it is better to understand or not for our user.