We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Agreed!
Sorry, something went wrong.
Should we use collations for this? Another approach would be to use regex or use migrations to convert the user emails into lower / uppercase.
Duplicate of #2060, going to close this as there's more info & discussion in the newer issue.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: