fix: login email should be case insensitive by DubMythlit · Pull Request #1911 · hackmdio/codimd

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@DubMythlit

Copy link Copy Markdown

Contributor

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

@jackycute

Copy link Copy Markdown

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 Copy Markdown

Member

Yukaii commented

May 8, 2025

edited

Loading

@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

Reviewers

@jackycute jackycute jackycute left review comments

@Yukaii Yukaii Yukaii approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

2.6.0

Development

Successfully merging this pull request may close these issues.

email lowercase

3 participants

@DubMythlit @jackycute @Yukaii