Skip to content
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

[bug] field "email" on Register & Reset password pages is case sensitive #35

Open
utkonostracker opened this issue May 10, 2023 · 0 comments

Comments

@utkonostracker
Copy link

utkonostracker commented May 10, 2023

Currently, if user has email like MAIL@mail.com and enters mail@mail.com in "email" field on Reset password page, system replies with error: "Could not initiate password reset: User does not exist" which is pretty misleading.

Moreover, if there's user with registration email MAIL@mail.com in DB and another user will enter mail@mail.com upon registering new account, system would allow him to create new account with this email.

Please consider making email field case insensitive

@utkonostracker utkonostracker changed the title [feature request] make field " Reset password: field email [feature request] make field "email" on Reset password page case insensitive May 10, 2023
@utkonostracker utkonostracker changed the title [feature request] make field "email" on Reset password page case insensitive [bug] make field "email" on Register & Reset password pages case insensitive May 10, 2023
@utkonostracker utkonostracker changed the title [bug] make field "email" on Register & Reset password pages case insensitive [bug] field "email" on Register & Reset password pages is case sensitive May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant