Skip to content

Ensure email is case-insensitive #48

Description

@mdaoustUdeS

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions