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

Downcase user email when saving to db during registration and login #26

Open
3 tasks
c-bartell opened this issue Feb 13, 2021 · 0 comments
Open
3 tasks
Labels
bug Something isn't working enhancement New feature or request

Comments

@c-bartell
Copy link
Owner

Currently, the user may register the same email multiple times if it is not exactly the same case as when they registered the first time.

  • Downcase the email when registering a user to the DB
  • Downcase the email when searching for a user in the DB
  • Add testing to verify that the user cannot register multiple times with the same email in different cases
@c-bartell c-bartell created this issue from a note in Sweater Weather (To do) Feb 13, 2021
@c-bartell c-bartell added bug Something isn't working enhancement New feature or request labels Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant