Chaning URL path for lost password reset page
-
I’d like to know if it is possible to change the URL link to the reset password page to another template that I’ve created.
In login-with-ajax.php, I found this particular line:
self::$url_remember = self::template_link(site_url('wp-login.php?action=lostpassword', 'login_post'));
I copied the template file into my child theme and changed the site URL, but it didn’t work. I don’t want to change the plugin core files either, so I’d like to know if there were other alternatives.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Chaning URL path for lost password reset page’ is closed to new replies.