Opened 14 months ago
Closed 13 months ago
#1513 closed defect (fixed)
get_userdatabylogin() is deprecated in WP 3.3
| Reported by: | bananastalktome | Owned by: | dwc |
|---|---|---|---|
| Priority: | normal | Component: | http-authentication |
| Severity: | normal | Keywords: | |
| Cc: | bananastalktome@… |
Description
Getting deprecation notices in logs about get_userdatabylogin(), which is used in the HTTP Authentication check_remote_user function. The logs suggest using get_user_by('login') in place of get_userdatabylogin().
Attachments (1)
Change History (3)
Changed 14 months ago by bananastalktome
comment:1 Changed 14 months ago by bananastalktome
- Cc bananastalktome@… added
comment:2 Changed 13 months ago by dwc
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [552756]: