We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emails with a dot in the format like "city.texas@gmail.com" are flagged as invalid emails.
Steps to reproduce the unexpected behavior: (required)
A number of users with emails with such format will not be able to signup, thereby reducing traffic on the site
The validation should not flag emails with a dot as invalid emails
Users with email with a dot in the format are not able to sign up due to validation
The text was updated successfully, but these errors were encountered:
Richie911
Successfully merging a pull request may close this issue.
Description 💬
Emails with a dot in the format like "city.texas@gmail.com" are flagged as invalid emails.
Reproduction Steps 🪜
Steps to reproduce the unexpected behavior: (required)
Impact 💥
A number of users with emails with such format will not be able to signup, thereby reducing traffic on the site
Expected Behavior
The validation should not flag emails with a dot as invalid emails
Actual Behavior
Users with email with a dot in the format are not able to sign up due to validation
Screenshots 📸
The text was updated successfully, but these errors were encountered: