Skip to content

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

Description

@mdaoustUdeS

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions