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

Fortifies Duplicate User Email Validation #4341

Closed
wants to merge 3 commits into from
Closed

Fortifies Duplicate User Email Validation #4341

wants to merge 3 commits into from

Conversation

georgesjamous
Copy link
Contributor

Duplicates emails could be created if emails does not match exactly.
Like [email protected] and [email protected]
Also, strings in the middle of emails were allowed..

This change will force emails not to contain spaces and to always be converted to lower case before saving user.

@georgesjamous georgesjamous changed the title Fortifies User Email Validation Fortifies Duplicate User Email Validation Nov 12, 2017
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.

1 participant