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

Index users by lowercase email instead of case-senstive #193

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

jggoebel
Copy link
Member

@jggoebel jggoebel commented May 28, 2024

What this PR does / why we need it:
Index users inside the user service by lowercase email instead of the case-sensitive email.

Also note it was possible to register to different accounts "Test" and "test" which will not be possible anymore with this changes.
If previously two of these accounts were created, one of the users will not be able to login anymore

Which issue(s) this PR fixes:
fixes hobbyfarm/hobbyfarm#428

@jggoebel jggoebel merged commit beac8f7 into hobbyfarm:master Jun 21, 2024
21 checks passed
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.

Username is case-sensitive during login
1 participant