Skip to:
Content

BuddyPress.org

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's profile 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)

3918.01.patch (2.6 KB) - added by boonebgorges 13 years ago.
3918.02.2.patch (3.0 KB) - added by johnjamesjacoby 13 years ago.
Avoid double negatives + clean-up
3918.02.patch (3.0 KB) - added by johnjamesjacoby 13 years ago.
3918.02.3.patch (3.0 KB) - added by johnjamesjacoby 13 years ago.
Avoid double negatives + clean-up
3918.04.patch (1.8 KB) - added by boonebgorges 13 years ago.

Download all attachments as: .zip

Change History (7)

#1 @boonebgorges
13 years ago

3918.02.patch does a proper empty() check on $userdata to avoid warnings.

@johnjamesjacoby
13 years ago

Avoid double negatives + clean-up

@johnjamesjacoby
13 years ago

Avoid double negatives + clean-up

#2 @boonebgorges
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.