PromucFlow_constructor/app/server/appsmith-server/src
Nayan bb9010d875
fix: fetch user by case insensitive email for oauth login (#10350)
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.
2022-01-25 13:54:50 +00:00
..
main fix: fetch user by case insensitive email for oauth login (#10350) 2022-01-25 13:54:50 +00:00
test fix: Fix typo in default resources ids for actions within collections while creating new collection (#10349) 2022-01-20 18:17:34 +00:00