Ticket #9320 (closed defect (bug): fixed)
always call wp_authenticate from AtomPub
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | AtomPub | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | wnorris, westi |
Description
The included patch makes a small change to the AtomPub code which causes it to always attempt user authentication via wp_authenticate(). Previously, it was only making this call if the BasicAuth server parameters were set. In order for OAuth (or any alternate authentication mechanism) to work wp_authenticate() must always be called in order to give them a chance to authenticate the request.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

