Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Violation of unique identifier constriants by email #17

Open
laney0808 opened this issue Apr 5, 2024 · 0 comments
Open

Violation of unique identifier constriants by email #17

laney0808 opened this issue Apr 5, 2024 · 0 comments

Comments

@laney0808
Copy link
Owner

When a person with email [email protected] is added after another person with email [email protected] is added, the person is added successfully.

Screenshot 2024-04-05 at 23.34.34.png

However, email is case-insensitive, which means both emails are the same. It would be best to factor in this restriction to prevent duplicated unique identifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant