BransonNg / pe

0 stars 0 forks source link

Student email field not regexed properly #1

Open BransonNg opened 4 years ago

BransonNg commented 4 years ago

image.png

Emails can't be of a single domain, requires additional authoritative domain

nus-pe-bot commented 4 years ago

Team's Response

For the regex of email https://en.wikipedia.org/wiki/Email_address was referrenced. In this case mm can definitely be a domain (localhost) so the email address asd@mm is a valid email in this aspect

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The chances of using a localhost as an email domain is rare. Precautions should thus be taken to ensure that proper email domains are used.