[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:29:23 UTC 2021
#8539: [Bug] New Password That Changed From Profile Settings Does Not Work
-------------------------------------+-----------------------
Reporter: mandro | Owner: (none)
Type: defect (bug) | Status: assigned
Priority: high | Milestone: 9.1.0
Component: Settings | Version: 9.0.0
Severity: major | Resolution:
Keywords: needs-testing has-patch |
-------------------------------------+-----------------------
Comment (by imath):
In [changeset:"13031" 13031]:
{{{
#!CommitTicketReference repository="" revision="13031"
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
See #8539 (branch 9.0)
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8539#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list