Opened 12 years ago
Closed 12 years ago
#28051 closed defect (bug) (wontfix)
Login action url doesn't follow filtered URL in wp_login_form
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.9 |
| Component: | Login and Registration | Keywords: | |
| Focuses: | template | Cc: |
Description
As someone can change the login url from wp-login.php to something else via a filter, the changed url doesn't take effect on wp_login_form yet. It always uses wp-login.php and I think the URL should also be changed if someone is altering the url via login_url filter.
Attachments (1)
Change History (4)
#1
@
12 years ago
- Component changed from General to Login and Registration
- Version changed from trunk to 3.9
Same instance in wp-login.php: tags/3.9/src/wp-login.php#L858.
Note that we use login_post scheme here, and wp_login_url() uses login:
tags/3.9/src/wp-includes/general-template.php#L349.
So this doesn't look like an oversight, more like a conscious decision to keep wp-login.php as the form handler.
Note: See
TracTickets for help on using
tickets.
fixes the issue