You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think a better solution would be to explore something like COLLATE NOCASE, or equivalent / better query, on user creation e.g. adapting checkUserExists or whatever the function is called
I think that makes sense to me. right now, a username can be any unicode string of any length, I am thinking of adding some input validation. Here's what I'd add:
max length 20
min length 1
allow only ascii alphanumeric plus '_'
limiting to ascii may be an issue for i18n, but allowing for any string causes a number of problem on the web. what do you think?
Right now Alex and alex are separate usernames. I think that the most clear approach is to force all names to lowercase. What do you think?
The text was updated successfully, but these errors were encountered: