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
Describe the bug Logging in will fail if the email has any capitalization.
To Reproduce Steps to reproduce the behavior:
Expected behavior The server should convert the email to lowercase and log you in regardless of capitalization, similar to how Discord does it.
Console Logs N/A
Env and Software info
Additional context
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this! I would like to raise that RFC 5321 (section 2.3.11) specifies that the part before the @ is case sensitive.
Sorry, something went wrong.
I see, so is this intended behavior? Most major email providers (gmail, hotmail, etc.) are case insensitive.
No branches or pull requests
Describe the bug
Logging in will fail if the email has any capitalization.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The server should convert the email to lowercase and log you in regardless of capitalization, similar to how Discord does it.
Console Logs
N/A
Env and Software info
Additional context
The text was updated successfully, but these errors were encountered: