The restrictions for emails allow invalid emails to be assigned to contacts.
Real emails require at least one . in the domain region, but in this case a user can update a contact to have an email of charlotte@example, which is an invalid email. If a user were to type in an email wrongly, the program would not catch it, which might lead to loss of that contact's email address.
The restrictions for emails allow invalid emails to be assigned to contacts.
Real emails require at least one
.
in the domain region, but in this case a user can update a contact to have an email ofcharlotte@example
, which is an invalid email. If a user were to type in an email wrongly, the program would not catch it, which might lead to loss of that contact's email address.[original: nus-cs2103-AY2425S1/pe-interim#261] [original labels: type.FeatureFlaw severity.Low]