Opened 16 years ago
Closed 12 years ago
#10253 closed defect (bug) (fixed)
Use https for wp-pass.php if SSL login configured
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Security | Keywords: | https ssl |
Focuses: | Cc: |
Description
get_the_password_form() should use https for the wp-pass.php link in the form action attribute if secure logins are configured. This is probably as easy as using site_url('wp-pass.php', 'login')
Change History (8)
#2
@
16 years ago
I can see the thinking behind this suggestion, but inputting post passwords and logging into the admin area are two exclusive actions and the setting for one shouldn't have an affect on the other. The administration over SSL settings are for administration after all, not for visitors using the front end.
Note: See
TracTickets for help on using
tickets.
while we're on the same topic, this, in wp-pass.php, seems like garbage:
should be: