Reset password form is not working
-
NOTE: the bug is blocking one. TLP:RED
I used this plugin because yes … the emails are really better.
But unfortunately I had to remove it (deactivate) because has a big issue: the recovery password form doesn’t work at all.THe link is sent to the user but when the user clicks to reset the password, he gets the login form and not the reset password form.
This si a blocking issue. It’s a pity this plugin was not tested in such condition.
EDIT: by inquiring I noticed that the URL seems badly formed:
NOT WORKING one:
https://www.mydomain.xyz/wp-login.php?
itsec-hb-token=[LOGIN_PAGE]? <========= Here the issue. The “?”. It should be “&” instead.
action=rp
&key=[KEY]
&login=[USER_NAME]WORKING one
https://www.mydomain.xyz/wp-login.php?
login=[USER_NAME]
&key=[KEY]
&action=rp
&itsec-hb-token=[LOGIN_PAGE]
&wp_lang=[LANGUAGE]
In the working one, “login” comes immediately after the first “?” and there is not any second “?”
In your one there are 2 “?”. You second one is after itsec-hb-token=[LOGIN_PAGE] instead there should be a “&”
Io have not clue how to fix it into the code. Please provide a new fixing version soon
- You must be logged in to reply to this topic.