[buddypress-trac] [BuddyPress Trac] #8539: [Bug] New Password That Changed From Profile Settings Does Not Work
buddypress-trac
noreply at wordpress.org
Wed Aug 4 20:31:01 UTC 2021
#8539: [Bug] New Password That Changed From Profile Settings Does Not Work
-------------------------------------+---------------------
Reporter: mandro | Owner: imath
Type: defect (bug) | Status: closed
Priority: high | Milestone: 9.1.0
Component: Settings | Version: 9.0.0
Severity: major | Resolution: fixed
Keywords: needs-testing has-patch |
-------------------------------------+---------------------
Changes (by imath):
* owner: (none) => imath
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"13032" 13032]:
{{{
#!CommitTicketReference repository="" revision="13032"
Settings: Make sure changing pwd from the General Screen encrypts it
Using a WP_User object to set the password to update was misleading
WordPress `wp_update_user()` function. The new password was interpreted as
the current password and was not encrypted.
Passing a regular array to the `wp_update_user()` function avoids the risk
of messing with WP User object cache.
Props mandro
Fixes #8539 (trunk)
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8539#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list