theman-oj10 / pe

0 stars 0 forks source link

Email error message is misleading #6

Open theman-oj10 opened 5 months ago

theman-oj10 commented 5 months ago

This is the error message shown when an invalid email is entered: `Emails should be of the format local-part@domain and adhere to the following constraints:

  1. The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (+_.-). The local-part may not start or end with any special characters.
  2. This is followed by a '@' and then a domain name. The domain name is made up of domain labels separated by periods. The domain name must:
    • end with a domain label at least 2 characters long
    • have each domain label start and end with alphanumeric characters
    • have each domain label consist of alphanumeric characters, separated only by hyphens, if any.`

While most of these constraints are enforced, the part about domain name separated by periods in not enforced as evidenced by the following:

Pasted Graphic 3.png

soc-pe-bot commented 5 months ago

Your response not required for this bug as the team has accepted the bug as it is.