Open emzm2023 opened 1 year ago
Severity would be changed to low as the likelihood for multiple special characters is highly unlikely given that "an underscore, period, or dash must be followed by one or more letter or number":
Source: https://help.xmatters.com/ondemand/trial/valid_email_format.htm
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
Trying to execute this command throws an error: customer add --name John Doe --phone 98765432 --email john___d@example.com --address 311, Clementi Ave 2, #02-25
which is as follows:
Similar behaviour for commands like: customer add --name John Doe --phone 98765432 --email john++d@example.com --address 311, Clementi Ave 2, #02-25
Given the error message, the inputted email should work, unless I missed something.
Think this could cause quite a bit of problems for the user.