You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
I agree. Given that the underlying persistence (Redis) treats keys as case-sensitive, but emails are generally understood (by users, and by the actual email spec) to be case-insensitive, this gets us into several confusing situations.
Specifically, I think email addresses should be forced to lowercase by the registration code, at user signup / account creation. Similarly at login time (if you're using the email / password strategy)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I figured out that the email used for logging depends on uppercase and lowercase letters.
Is there any way how to disable this. I think email should be case insensitive.
Thank you
Petr
The text was updated successfully, but these errors were encountered: