Opened 15 years ago
Closed 15 years ago
#3918 closed defect (bug) (fixed)
Changing email address without changing password results in pw reset
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.5.3.1 |
| Component: | Core | Version: | 1.5.3 |
| Severity: | normal | 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
@
15 years ago
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
3918.02.patch does a proper empty() check on $userdata to avoid warnings.