Open MiloTruck opened 1 week ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
I acknowledge this is a valid functionality bug as our implementation doesn't match what's documented in the UG regarding email validation rules. However, I would like to suggest downgrading the severity from Medium to Low because:
While we agree this is a bug that should be fixed to fully match our documented rules, its impact on regular usage is minimal enough to warrant Low severity classification.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your reason]
Description:
According to the user guide, the local part of the email is valid as long as it follows the following rules:
Based on the validation rules above,
a__a
should be a valid local part. However, when attempting to enter any email witha__a
as the local part, the application shows an error stating that the email format is incorrect.Steps to reproduce:
Enter the following command:
An error stating that the email has an invalid format will be displayed.