Make WordPress Core

Opened 9 years ago

Last modified 7 years ago

#31821 reviewing enhancement

Make interim login URL filterable

Reported by: jfarthing84's profile jfarthing84 Owned by: johnbillion's profile 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)

31821.patch (570 bytes) - added by jfarthing84 9 years ago.
31821.2.patch (2.5 KB) - added by jfarthing84 9 years ago.
Add interim_login parameter to wp_login_url().

Download all attachments as: .zip

Change History (8)

@jfarthing84
9 years ago

#1 @jfarthing84
9 years ago

  • Keywords has-patch added

@jfarthing84
9 years ago

Add interim_login parameter to wp_login_url().

#2 @jfarthing84
9 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().

Last edited 9 years ago by jfarthing84 (previous) (diff)

#3 @jfarthing84
8 years ago

  • Keywords dev-feedback added

#4 @johnbillion
7 years ago

  • Focuses administration added
  • Milestone changed from Awaiting Review to Future Release
  • Owner set to johnbillion
  • Status changed from new to reviewing

#5 @johnbillion
7 years ago

  • Keywords dev-feedback removed
  • Milestone changed from Future Release to 4.9

#6 @johnbillion
7 years ago

  • Keywords dev-feedback added
  • Milestone changed from 4.9 to Future Release
Note: See TracTickets for help on using tickets.