#16254 closed enhancement (duplicate)
Reset password message should show Site address, not WordPress address
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.0.4 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
It's possible for site to have different address than the one Wordpress is in. If it's so, when site user has forgotten his / her password and resets it, the message he / she gets is like this:
Someone has asked to reset the password for the following site and username. <Wordpress URL here> Username: <username here> To reset your password visit the following address, otherwise just ignore this email and nothing will happen.
<Wordpress URL here> should be changed to <Site URL here>
As to how to change: see attached patch.
network_site_url function changed to home_url function.
Attachments (2)
Change History (7)
#3
@
14 years ago
- Component changed from Mail to Administration
- Keywords has-patch added
- Milestone changed from 3.1 to Future Release
Not a regression.
Note: See
TracTickets for help on using
tickets.
Should be network_home_url().