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

Ensure uniqueness of email field when creating a user account. #576

Closed
savacano28 opened this issue Feb 7, 2024 · 0 comments · Fixed by #611
Closed

Ensure uniqueness of email field when creating a user account. #576

savacano28 opened this issue Feb 7, 2024 · 0 comments · Fixed by #611
Assignees
Labels
bug use for describing something not working as expected solved The issue has been solved
Milestone

Comments

@savacano28
Copy link
Contributor

Description

Environment

OpenBAS - back

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Try create a user account with an email
  2. Try again create a different user but with the same email but in different case (upper, camel, alter...)
  3. Try login with email
  4. Do you have a database problem? We're receiving two results instead of the expected one.

Expected Output

Just one result even if I try log in with my email in other case

Actual Output

Error database

@savacano28 savacano28 added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Feb 7, 2024
@savacano28 savacano28 self-assigned this Feb 7, 2024
@RomuDeuxfois RomuDeuxfois added this to the Release 4.0.0 milestone Feb 21, 2024
@RomuDeuxfois RomuDeuxfois added solved The issue has been solved and removed needs triage use to identify issue needing triage from Filigran Product team labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved The issue has been solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants