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
{{ message }}
This repository was archived by the owner on Apr 6, 2025. It is now read-only.
Had a support request that ran into this naturally. An account existed with an email like ABC123@gmail.com and then the user tried to log in with a Twitch / Google account with the same email, but spelled abc123@gmail.com, and the existing account wasn't found. We should use case-insensitive columns for storing emails in User, GoogleUser, TwitchUser, etc.
Had a support request that ran into this naturally. An account existed with an email like
ABC123@gmail.comand then the user tried to log in with a Twitch / Google account with the same email, but spelledabc123@gmail.com, and the existing account wasn't found. We should use case-insensitive columns for storing emails inUser,GoogleUser,TwitchUser, etc.