Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#22516 closed defect (bug) (duplicate)

wp_authenticate_username_password() should check for a WP_Error object

Reported by: barry's profile barry Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Users Keywords: has-patch
Focuses: Cc:

Description (last modified by barry)

wp_authenticate_username_password() needs to check to make sure $user is not a WP_Error object early on. It's possible that something hooked into authenticate earlier than wp_authenticate_username_password() and has already returned an error.

Attachments (1)

22516.diff (497 bytes) - added by barry 11 years ago.

Download all attachments as: .zip

Change History (4)

@barry
11 years ago

#1 @barry
11 years ago

  • Description modified (diff)

#2 @SergeyBiryukov
11 years ago

  • Component changed from General to Users
  • Keywords has-patch added

#3 @nacin
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This looks like the same issue as #19714. Mostly the same patch as well. Carry the discussion there?

Note: See TracTickets for help on using tickets.