Opened 13 years ago
Closed 13 years ago
#3918 closed defect (bug) (fixed)
Changing email address without changing password results in pw reset
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5.3.1 | Priority: | blocker |
Severity: | normal | Version: | 1.5.3 |
Component: | Core | Keywords: | |
Cc: |
Description
This is a result of some changes related to WP 3.3's WP_User in BP 1.5.3. Patch coming up.
Attachments (5)
Change History (7)
#2
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [5631]) Cast WP_User object into an array for wp_update_user() early enough for the user_pass field to be unset when passwords are not being changed, in General Settings. Implements a redirect after changing settings, for more reliable display of updated information. Fixes #3918. Props blindMoe, luccame, johnjamesjacoby for help with patching and testing.
Note: See
TracTickets for help on using
tickets.
3918.02.patch does a proper empty() check on $userdata to avoid warnings.