pranav-ganesh / pe

0 stars 0 forks source link

Invalid email ID error #14

Open pranav-ganesh opened 2 years ago

pranav-ganesh commented 2 years ago

image.png

The application allowed me to add an invalid email ID (notice how there is no .com)

nus-pe-bot commented 2 years ago

Team's Response

Emails are valid without .com. Refer to the following links

https://en.wikipedia.org/wiki/Email_address#Examples

https://stackoverflow.com/questions/20573488/why-does-html5-form-validation-allow-emails-without-a-dot

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I believe that the team has misunderstood my point. The application allows me to add Amy1234@gmail, which is an invalid email ID since there cannot exist a gmail address without a .com extension.

I specifically chose a gmail address to illustrate my argument. The question here is not whether emails are valid without .com but whether Amy1234@gmail is valid. Since Amy1234@gmail is invalid (because gmail addresses don't exist without a .com), the application accepts an invalid input.

The image below shows that this email is invalid:

image.png

Therefore, this is classified as a bug with a low severity.