WordPress 3.2.1 – The reset password URL in the email generated by http://mysite.com/wp-login.php?action=lostpassword does not contain a valid key and so users are unable to reset their password.
We do have Register Plus Redux plugin installed but the problem persists even if I disable it.
Is this a known issue?
Clicking the link gives the error “Sorry, that key does not appear to be valid.” The link looks like this:
http://mysite.com/wp-login.php?action=rp&key=&login=email%40mysite.com (they key is empty)
The site’s original developer was using the reset_password_message filter and had either done it incorrectly or the core code has changed. The following function now works: