You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Context
During the
Sign up
, when theemail
field is validated, the messagePlease 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 an400 Bad Request
from the server.Validation of email address should be consistent.
Information
Reference
https://serverfault.com/a/721929
The text was updated successfully, but these errors were encountered: