When an user signs up, we store the email in lower case. When user logins with oauth2, we fetch user by email ignoring case. This creates a problem if email from oauth is in upper case. As users are registered with lowercase and we're trying to fetch with upper, users are not found. This PR fetches user by case insensitive emails during oauth login. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||