2023-12-28, 10:48 PM
It seems there are blank characters not being detected and stripped off of usernames, thus users are able to mask their usernames to look similar to usernames from other users.
Some example is the following :
https://www.fileformat.info/info/unicode...f/list.htm
We currently make some verifications or cleanup on
Some example is the following :
https://www.fileformat.info/info/unicode...f/list.htm
We currently make some verifications or cleanup on
trim_blank_chrs()
in the verify_username()
method but it seems to be lacking by now.