raindrops: wrong forgot password reset link url
-
No user can get a correct link in order to Reset a lost password. After doing everything except checking the theme, I finally changed the themes on sites that use Raindrops (none worked correctly I found) and all worked fine in 2016 or 2015 themes. (I even got down to zero plugins trying to troubleshoot and it didn’t work.)
Only with Raindrops, the links in the email are incorrect having converted the actual ascii html number code for the ampersand itself, which should be only the actual ampersand mark itself (&), so they don’t work.
When I backspace over the incorrect/appended ascii code (leaving the actual ampersand) before I hit GO on the url, it works fine.
What might cause the theme to convert the ascii for the ampersand?
Here is an example of the link received in the reset password email:
<https://REDACTED/wp-login.php?action=rp&key=FGWuuLkfqH2LLcTYtkh2&login=webmaster2>
<https://REDACTED/wp-login.php?action=rp&key=9TacC6D7x7H9F7b2i9rC&login=webmaster2>
This is what you get as a url when it cycles endlessly back to the wp-login page with this now in the address bar:
https://REDACTED/wp-login.php?action=lostpassword&error=invalidkey
back to the login page again.The ascii converted to the ampersand above.
It’s: & # 0 3 8 ; (wherever you see the & mark in the first and third urls).
- The topic ‘raindrops: wrong forgot password reset link url’ is closed to new replies.