[wp-trac] [WordPress Trac] #22114: Propagating password on change
WordPress Trac
noreply at wordpress.org
Wed Aug 13 20:13:01 UTC 2025
#22114: Propagating password on change
-------------------------------------------------+-------------------------
Reporter: ChloeD | Owner:
| davidbaumwald
Type: feature request | Status: closed
Priority: normal | Milestone: 6.9
Component: Users | Version: 3.4.2
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests 2nd- | Focuses:
opinion |
-------------------------------------------------+-------------------------
Changes (by davidbaumwald):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"60634" 60634]:
{{{
#!CommitTicketReference repository="" revision="60634"
Users: Fire `wp_set_password` action when creating or updating a user's
password.
Various filters and actions fire during user creation and editing, making
available all manner of user data to be acted upon by custom code.
However, a user's password was not included in the data that was made
available.
This change now fires an existing action, `wp_set_password`, during
initial user creation and when an existing user's password is updated.
Props ChloeD, scribu, dd32, pento, chriscct7, johnbillion, logicrays,
nimeshatxecurify.
Fixes #22114.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/22114#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list