Fair enough point: https://github.com/NodeBB/nodebb-theme-vanilla/issues/35
psychobunny created this issue in NodeBB/nodebb-theme-vanilla closed Remove hardcoded bullets from tags and use CSS instead #35Remove spaces from username prior to login credential matching
-
Assume you have a forum user with a username of: "someemail@gmail.com"
The user may login to the forum using his password.However, if the user typed "someemail@gmail.com " (note the space following the email), the credentials wont' match.
The added space can be a result of copy/paste, or just an error from the user side.I verified this behavior with this forum as well. It can be easily replicated by yourself.
I think this can help, and it may be a small change. Not sure however
All the best,
JJ.