0
votes
0answers
26 views

Alter the reset password link

after clicking on the reset password option in WP, we're getting this link wp-login.php?action=rp&key=[theKey]&login=testing> instead of getting this can we alter it to something link ...
2
votes
1answer
286 views

wordpress redirect after password reset

I would like to able to redirect to get_bloginfo('url'); after reseting password. But I cannot for life of me find any simple answer or function to do this. Does anyone know if this is possible? ...
1
vote
1answer
79 views

How to change the language of the 'Reset Password' page

I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality. The site is translated using qTranslate. I can translate ...
0
votes
4answers
557 views

Reseting admin password through PHPMyadmin fails

Following the PHPMyAdmin instructions of this article fails to reset my password properly. I go into WP_Users, find my admin account, click edit, enter my password, change the dropdown to MD5, click ...
1
vote
0answers
382 views

Password reset link not working [closed]

For some reason, my password reset link on one of my sites is no longer working...it redirects to a 404 page. It's URL /login?action=lostpassword is not working...any ideas on how to fix this? ...
3
votes
1answer
477 views

Force all users in MU to change their passwords

I'm looking for a solution to notify/force all users in an MU network to change their passwords. Any ideas of a solution out there as a plug-in?
1
vote
2answers
6k views

Check for correct username on custom login form

I have used Jeff Star's tutorial for creating my own custom login form http://digwp.com/2010/12/login-register-password-code/. It works great, but I have one problem. On the reset password form, if ...