Skip to content

fix: login email should be case insensitive #1911

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DubMythlit
Copy link

fix #1744
By query email in lower case makes login be case insensitive now
tested on: Postgres12 & sqlite3

@jackycute
Copy link
Member

Hi @Dubmyhtlit,

Thanks for your PR,
Please also sign off your commit like this:

commit message

Signed-off-by: XXX <[email protected]>

@Yukaii
Copy link
Member

Yukaii commented May 8, 2025

@DubMythlit You have to signoff every commit:

git rebase --signoff -i develop

then do a force push to update branch

@jackycute jackycute requested a review from Yukaii May 8, 2025 02:49
@Yukaii Yukaii modified the milestones: Next, 2.6.0 May 8, 2025
@DubMythlit DubMythlit force-pushed the bugfix/email-case-insensitive branch from 6a30de9 to d4ccba9 Compare May 8, 2025 06:12
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.

email lowercase
3 participants