Can't reset password when username contains a space character
-
Users can’t reset their password when a user has a space in his/her username. I noticed that on the url reset link the user receives in his/her e-mail (rwl_page/?action=rp&key=randomkey&login=username space) the reset form action page is reloaded by the plugin. When this happens the space in the name is removed.
Before:
action=”https://url.nl/wp-login.php?action=resetpass&key=randomkey&login=username+space”After:
action=”https://url.nl/rwl_page/?action=resetpass&key=randomkey&login=usernamespace”When submitting the form for resetting the password the page gives the error that the key is invalid (?action=lostpassword&error=invalidkey)
Is there an easy fix for this?
I look forward to your response! Thanks!
- The topic ‘Can't reset password when username contains a space character’ is closed to new replies.