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

Use case insensitive logins #55

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

jonknapp
Copy link
Contributor

@jonknapp jonknapp commented Apr 4, 2024

The email provided currently by the user does not follow the Devise configuration for whether it should be lowercased or not. This adjusts it to use the Devise helper method so that it will be lowercased it something like config.case_insensitive_keys = [:email] exists in the Devise config.

I'll gladly add some tests, but wanted to get this documented before I forgot about upstreaming the change.

@abevoelker abevoelker merged commit 8db79dd into abevoelker:master Apr 28, 2024
13 of 14 checks passed
@abevoelker
Copy link
Owner

Ooh good find! Merged; thank you very much! 🔥 🤘 🎉

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

Successfully merging this pull request may close these issues.

2 participants