I am having problems with the lost password on the Login form. When I (deliberatly) put in the wrong password a red error box comes up with the following:
“Error: the password you entered for the email address [my email address] is incorrect. Lost your password?”
This is great – however when I click on the ‘lost your password’ link it links to the wordpress admin lost password page:
https://www.mywebsiteurl/wp-login.php?action=lostpassword
so its redirecting to wp-login rather than the lost password page in UM – my password reset page exists: https://www.ultractiveruncoaching.co.uk/password-reset/ but the error link isn’t linking to this page.
Can anyone help?
Thanks
]]>I have a wordpress website on which I have changed the default login url from “mydomain.com/wp-login.php” to “mydomain.com/login”.
Currently my lost password URL is at “mydomain.com/login?action=’lostpassword'”. How can I change the URL in order to have it at “mydomain.com/lostpassword”?
Thanks for your help!
]]>For some reason when I click the “Lost Your Password” link on my WP admin page it redirects me to a page on my site instead of taking me to the Lost Password page/options and I can not figure out why; have consulted with several of my hosting techs…. has anyone else experienced this or know the reason?
]]>You can solve that problem, or bug?
Regards,
Tamas
But the link DOES NOT work when generated from an email template. I am using this code in my /email/approved_email.php template:
<a href="{password_reset_link}">reset your password</a>?
The link generated looks correct:
https://www.mysite.com/password-reset/?act=reset_password&hash=c0oOvHVPiHHpowgRiB46&user_id=11
But the user gets redirected to this page:
https://www.mysite.com/password-reset/?updated=invalidkey
We are facing issues with your plugin in lost password link. When Removing captcha from lost password page the reset password link works fine else it displays error message (i.e the key is invalid)
This is the link i am getting when recaptcha is enabled in lost password page
https://www.niyashstudio.com/my-account/lost-password/?key%5Berrors%5D%5Bempty_captcha%5D%5B0%5D=Please%20Retry%20CAPTCHA&&login=anku.sharmabhatt1989
This is the link i m getting when recaptcha is disabled from lost password page and it is working fine
https://www.niyashstudio.com/my-account/lost-password/?key=TKe5tvlGG2CyMID95yIh&login=anku.sharmabhatt1989
Can you please check and suggest a solution fr this problem eagerly waiting for reply from support team
]]>Without a captcha it works.
I just turned off the captcha in the lost password page so that it will work.
This has been happening to a lot of other websites too.
Please fix.
I’m building a website that is entirely private. If you go to my site, you’ll get my customized wp-login.php page.
I’ll be hardening the site as much as possible, but one of the things I can’t seem to conquer is completely blocking the registration, password reset and back to blog links that appear under the login form. I’ve found ways to keep them from being displayed, but they are still found in the page’s source code. Is there a way to block them from being pulled into the code at all? They useless for this site (invite-only, no registration, no pass reset – if someone wants a pass, I create and provide it manually), but it’s also giving away the fact I’m using WordPress, which I’m trying to hide for both security and esthetic reasons.
Any help would be greatly appreciated. Please bear in mind, I’m coming more from the design side than the coding side. I’m more than willing to go in and play with php and css, etc, but you might have to explain it to me like a newb.
]]>