Password reset not working when username has spaces
-
I noticed that password reset links are invalid for users whose username contains one or more whitespaces. As far as I can tell, the link, which contains “&login=%username%” part at its end, simply drops whatever comes after the first whitespace. Here you can see what the original link (contained in the email) looks like: username is just “Test” while the actual one is “Test user”
And here’s what happens when I append the missing word to the link:
Voila, it works this way. So, this should be some sort of a bug, I presume? I’m just surprised that I couldn’t find anything related to this issue, how come noone else has faced it so far?
- The topic ‘Password reset not working when username has spaces’ is closed to new replies.