humanmade / humanmade/Mercator
Localize forgot password link
Open
- Dominant language
- PHP
- Stars
- 527
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
If you are www.site1.com and you click on the forgotten password link, it takes you to www.mainsite.com/wp-login.php?action=lostpassword . This is confusing, as this url as not the same as the one they came from and the users may think that this url is an error. In my tests, if go to www.site1.com/wp-login.php?action=lostpassword it seems to work.
This _should_ be as simple as this
``` php
add_filter( 'lostpassword_url', __NAMESPACE__ . '\\mangle_url', -10, 4 );
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.