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
Problem
-------
It's common for typos to occur when entering usernames and emails that
result in random incorrect capitalization. Additionally, it's both a
security vulnerability and a usability issue if multiple users can have
the same username/email just with different capitalization.
Solution
--------
- Add a case-insensitive collation (we only officially support this on
Postgres
- Assign the Username and Email columns of the User table to use the
case-insensitive collation.
Closes#479
No description provided.
The text was updated successfully, but these errors were encountered: