Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

email should be case insensitive #344

Open
PetrSnobelt opened this issue Jul 15, 2016 · 2 comments
Open

email should be case insensitive #344

PetrSnobelt opened this issue Jul 15, 2016 · 2 comments

Comments

@PetrSnobelt
Copy link

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

@dmitrizagidulin
Copy link
Member

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.

@dmitrizagidulin
Copy link
Member

dmitrizagidulin commented Jul 15, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants