splits-io
splits-io copied to clipboard
Emails are case sensitive
Had a support request that ran into this naturally. An account existed with an email like [email protected]
and then the user tried to log in with a Twitch / Google account with the same email, but spelled [email protected]
, and the existing account wasn't found. We should use case-insensitive columns for storing emails in User
, GoogleUser
, TwitchUser
, etc.