password reset link redirecting to /wp-login.php?action=lostpassword on the Error
Hello -
I have the latest version of classipress.
When a user tries to login and login fails - comes out with an error message.
ERROR: The password you entered for the username Nick is incorrect. Lost your password?
When the user click on the 'Lost your password link' it redirects to /
wp-login.php?action=lostpassword
instead of
/password-recovery/ - which works fine - when you click this link under the 'Remember me' --> Login button.
Anyone knows - how I can change the error message link ? Is there a error file - where all error messages are listed?
Also, using firebug on firefox- I found this line of code - in tpl-login-php - but I am not able to locate the script in the file.
class="dashicons-before">
<ul class="errors">
<li>
<strong>ERROR</strong>
: The password you entered for the username
<strong>N Rao</strong>
is incorrect.
<a href="http://test.fatafat.com/fatafat/
wp-login.php?action=lostpassword">Lost your password?</a>
</li>
</ul>
Any help - Thank you.