wxiaoyun / pe

0 stars 0 forks source link

bug: email format inconsistency between user guide and application #3

Open wxiaoyun opened 3 months ago

wxiaoyun commented 3 months ago

Description

The local-part should only contain alphanumeric characters and these special characters: +_.- .

  • However, when adding a contact with emails that has consecutive "." (e.g. test..valid@email.com), the email is rejected.

Steps to reproduce

Expected

Actual

Potential Suggestions

Screenshots

image.png

image.png

soc-pe-bot commented 2 months ago

Team's Response

This works as intended, because emails cannot have consecutive periods in the real world. Suppose this is a typo by the user, rejecting it is expected.

It would be too tedious to include all possible edge cases of email validation for the local part (consecutive periods, registered domain name etc..). Thus, we put this as NotInScope, since to include all possible edge cases in the UG has a lower priority than the work already done in v1.4, the email validation works as intended, and for the benefit of the user.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]