Opened 19 months ago

Last modified 8 months ago

#19097 new enhancement

use wp_register() in wp-login.php

Reported by: linuxarchitect Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version: 3.2.1
Severity: normal Keywords: has-patch needs-refresh
Cc: admin@…

Description

wp_register() calls a filter to change the registration link, but wp-login.php still has the link hardcoded to the default link.

Attachments (2)

wp-login.php.patch (1.5 KB) - added by linuxarchitect 19 months ago.
patch to implement enhancement request
wp-login.php.2.patch (1.5 KB) - added by bainternet 8 months ago.
refreshed patch to 3.5

Download all attachments as: .zip

Change History (5)

patch to implement enhancement request

  • Keywords has-patch needs-refresh added

For logged in users, this would display "Site Admin" link instead of "Register". Some things to consider:

  1. It seems less consistent with "Lost your password?" link.
  2. To register a new user, or to simply review the registration screen, site administrator would have to log out first.

The patch needs refresh due to [19027].

Duplicate: #19097

Related: #17950

Version 0, edited 8 months ago by ocean90 (next)

refreshed patch to 3.5

  • Cc admin@… added
Note: See TracTickets for help on using tickets.