nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Email validation #1933

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Email validation rejecting inputs that are valid.

Input: add -mem/ -n/example -p/9123457 -e/example@u.nus.c-m -a/112 Amoy Street,069907, Singapore

Expected: Input to be accepted as the email does fulfilled the requirements


Actual: Screenshot 2021-11-12 at 4.51.13 PM.png


[original: nus-cs2103-AY2122S1/pe-interim#1989] [original labels: severity.Low type.FunctionalityBug]

zzybluebell commented 2 years ago

Team's Response

Thank you for your effort and time. However it is not a bug.

I understand that you are saying example@u.nus.c-m is valid email, but in the User Guide, the email's constraints and error message output indicate have each domain label consist of alphanumeric characters, separated only by hyphens, if any, and the - in 'example@u.nus.c-m is invalid input.

Duplicate status (if any):

--