Opened 15 years ago
Closed 14 years ago
#18137 closed defect (bug) (fixed)
wp_login_form() uses the incorrect scheme
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2.2 | Priority: | normal |
| Severity: | normal | Version: | 3.2.1 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wp_login_form() currently uses the 'login' auth scheme, which only serves HTTPS requests when force_ssl_admin() is set.
The correct scheme for the form is 'login_post', which serves HTTPS requests when either force_ssl_login() or force_ssl_admin is set.
Attached.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In [18444]: