Opened 11 years ago
Closed 11 years ago
#21778 closed enhancement (fixed)
Make it possible for plugins to enforce extra password strength / validity rules during the reset process
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
When you change your password or signup for a new account in a multisite install it is easy for a plugin to enforce extra rules by using one of the available filters for pre-validation of the POST data.
The Password Reset process doesn't have a a suitable hook.
Attachments (1)
Change History (6)
#2
in reply to:
↑ 1
@
11 years ago
Replying to scribu:
Why do you use do_action_ref_array() ?
Probably because it is ingrained in my coding and it is how the code I based this on works - filters in the User Profile update validation.
#3
follow-up:
↓ 4
@
11 years ago
No, I mean why do you use do_action_ref_array() instead of just do_action()? We're not in PHP4 anymore. :)
Note: See
TracTickets for help on using
tickets.
Patch to rework the checking code and add a filter for more pluggable errors.