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

Username is case-sensitive #1634

Closed
adamlesniak opened this issue May 16, 2017 · 3 comments
Closed

Username is case-sensitive #1634

adamlesniak opened this issue May 16, 2017 · 3 comments

Comments

@adamlesniak
Copy link

Username currently is case sensitive:

[email protected] != [email protected]

I believe it should be normalised in the controller.

This might cause potential issues for users logging in with correct details.

Thanks,
Adam

@taylortom
Copy link
Member

Agreed!

@lc-thomasberger
Copy link
Member

Should we use collations for this?
Another approach would be to use regex or use migrations to convert the user emails into lower / uppercase.

@taylortom
Copy link
Member

Duplicate of #2060, going to close this as there's more info & discussion in the newer issue.

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

No branches or pull requests

3 participants