-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Detail:
It was mention in your user guide that users are unable to add duplicate email address when they are both buyers. However, users might have typos and capitalise some parts of it which allow for duplicate email addresses with different casing. For gmail accounts, [email protected] is the same as [email protected]
Steps to reproduce:
- addbuyer n/XellerGuy p/99999999 e/[email protected]
- addbuyer n/XellerGuy p/99999998 e/[email protected]
Suggested fix:
Account for case insensitivity validation when checking email addresses.
Screenshots:
Reactions are currently unavailable
