-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Password reset capitalization #5807
Comments
I'll give it a try as a first bug. |
Huuuum, in fact we never apply transformations on email addresses, so that ain't so easy. I checked in prod, we have something like 10215 out of 110262 users which registered with an email with a capital letter inside. What I propose:
@stephanegigandet any though on second point ? |
Thanks @alexgarel. I think it would make a lot of sense to lowercase all emails in user_emails.sto (existing and new) so that we solve the issue for emails for uppercase, and not only for password reset, but also for logging in. So the approaches you suggest sound good to me. |
@alexgarel. just tried it again and it still does not work as expected, from what I can take out of 527e317
it only makes the provided one lowercase not the saved one. Mine is saved with a capital M at the beginning |
Describe the bug
If you want to reset your password but enter the email with the wrong capitalization, it says "There is no account with this email".
To Reproduce
Try requesting a password reset email, but make the first letter uppercase (or lowercase)
Expected behavior
The capitalization should be ignored
Type of device
Browser (Firefox)
The text was updated successfully, but these errors were encountered: