How to limit the number of forgot password reset attempts in WordPress?
I’m using the WordPress’s built-in forgot password reset form and views.
I’m using the WordPress’s built-in forgot password reset form and views.
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 someone enters their username incorrectly (so that it doesn’t verify), they get kicked to the default wp-login.php?action=lostpassword with the error message.
Following the PHPMyAdmin instructions of this article fails to reset my password properly.