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 email is case-insensitive #48

Open
mdaoustUdeS opened this issue Apr 22, 2020 · 0 comments
Open

Ensure email is case-insensitive #48

mdaoustUdeS opened this issue Apr 22, 2020 · 0 comments

Comments

@mdaoustUdeS
Copy link

Problem

The email field used in Log in and Sign up (maybe somewhere else?) is case sensitive.

Email address should be treated in a case-insensitive manner.

Step to reproduce

  1. Access a Flaggr instance. (e.g.: https://jdis-ia.dinf.usherbrooke.ca/1/)
  2. Sign up a new user with mixed case email address. (e.g. Demo@Test.com)
  3. Log in with the same credential, but with different case in email. (e.g. dEmo@tEst.com)

Access should be granted.

Warning

The password field MUST stay case sensitive.

Reference

https://stackoverflow.com/a/9808332

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

No branches or pull requests

1 participant