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

Add consistent validation of email address in client and server #51

Open
mdaoustUdeS opened this issue Apr 22, 2020 · 0 comments
Open

Comments

@mdaoustUdeS
Copy link

Context

During the Sign up, when the email field is validated, the message Please enter an email address. appear when there is no character before or after the @ (at) symbol.

Problem

This message don't appear when there is no . (dot) after the @ (at) symbol (aka, when a TLD is enter as the email domain).

When we press Sign up, we receive an 400 Bad Request from the server.

Validation of email address should be consistent.

Information

It is technically possible for the owner of a TLD to add MX records in the TLD zone.

Reference

https://serverfault.com/a/721929

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

No branches or pull requests

1 participant