Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces small fix for User Emails #4340

Closed
wants to merge 1 commit into from
Closed

Introduces small fix for User Emails #4340

wants to merge 1 commit into from

Conversation

georgesjamous
Copy link
Contributor

This will resolve the I issue where duplicate emails might be available since emails were not being converted to same case sensitivity.
This will make sure emails never contain spaces, and will save all emails lowercased in database.

Previously these emails were not considered duplicate :
abcd@abcd.com
AbcD@abcd.com
ABCD@abcd.com
and even AB C D@abcd.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant