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

Merged
merged 1 commit into from
May 15, 2025

Conversation

DubMythlit
Copy link
Contributor

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 <xxx@example.com>

@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
Signed-off-by: Hsiang-Yang Hsieh <arcadian424@gmail.com>
@DubMythlit DubMythlit force-pushed the bugfix/email-case-insensitive branch from 6a30de9 to d4ccba9 Compare May 8, 2025 06:12
@Yukaii Yukaii merged commit 4769c1e into hackmdio:develop May 15, 2025
4 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.

email lowercase
3 participants