Opened 10 years ago
Last modified 7 years ago
#31821 reviewing enhancement
Make interim login URL filterable
Reported by: | jfarthing84 | Owned by: | johnbillion |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Login and Registration | Keywords: | has-patch dev-feedback |
Focuses: | administration | Cc: |
Description
Currently, there is no clean way to detect and filter the interim login URL, short of using the clean_url filter. Obviously, this is not ideal. Plugins that modify the login URL, like my plugin, Theme My Login, would definitely benefit from a direct filter on this.
Attachments (2)
Change History (8)
#2
@
10 years ago
Alternatively, and actually a better approach, adds another parameter to wp_login_url()
, namely $interim_login
as a flag to handle creating the interim login URL wthin wp_login_url()
.
Note: See
TracTickets for help on using
tickets.
Add interim_login parameter to wp_login_url().