Opened 7 months ago
Closed 7 months ago
#22516 closed defect (bug) (duplicate)
wp_authenticate_username_password() should check for a WP_Error object
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch |
| 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)
Change History (4)
comment:2
SergeyBiryukov
— 7 months ago
- Component changed from General to Users
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
This looks like the same issue as #19714. Mostly the same patch as well. Carry the discussion there?