PearlynnT / pe

0 stars 0 forks source link

Able to edit a person to have an incorrect email #11

Open PearlynnT opened 7 months ago

PearlynnT commented 7 months ago

Ran edit p 2 e/test@example

Screenshot 2023-11-17 at 5.04.49 PM.png

nus-pe-bot commented 7 months ago

Team's Response

Thank you for pointing this out.

It is possible for such emails to be valid. Please refer to this thread on stackoverflow: https://stackoverflow.com/questions/20573488/why-does-html5-form-validation-allow-emails-without-a-dot

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This is a website that lists the possible valid/invalid email domains: https://help.xmatters.com/ondemand/trial/valid_email_format.htm

In this screenshot taken from the website, the example shows that invalid email domains would include abc.def@mail which is similar to the invalid email (test@example) which I ran in the command. Screenshot 2023-11-23 at 10.49.25 PM.png