Open juliusgambe opened 11 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Ambiguous format of Special Characters allowed in local-part of Email
Under Email field of a contact, there is the following constraint:
- The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (+_.-). The local-part may not start or end with any special characters.
The following command is entered:
add n/testagain p/1234 e/email++yeet@gg.com
Expected: A new contact is created Actual: Error message on email constraints is given.
This could be a potential confusion for users when they need to input emails that contains multiple special characters
Another test is conducted with the following command and it worked:
add n/waterson p/1234 e/email+yeet+waterson@gg.com
Users may be confused by the email constraint message. Perhaps a better error message or better explanation in User Guide and Developer Guide could resolve this.
[original: nus-cs2103-AY2324S1/pe-interim#3992] [original labels: severity.Low type.DocumentationBug]
[This is the team's response to the above 'original' bug]
No details provided by team.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Bug Report:
Local part of email does not allow duplicate special characters that is stated in the error message. ie.
- + . -
Due to rarity, this will be a severityLow
, however, it is notVeryLow
as it the error message states the requirements wrongly.Expected Output
Successful insertion of contact
Actual Output
Steps To Reproduce
add n/John Doe p/98765432 e/john++d@example.com g/CS2103T
Other Information
System Information