Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Lowercase all email addresses before querying db #1827
Conversation
dbkr
assigned
erikjohnston
Jan 18, 2017
dbkr
merged commit 6f6bf2a
into
develop
Jan 18, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #1395 origin/dbkr/email_case_insensitive failed in 1 min 4 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2213 origin/dbkr/email_case_insensitive succeeded in 5 min 43 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2281 origin/dbkr/email_case_insensitive succeeded in 4 min 56 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
dbkr
deleted the
dbkr/email_case_insensitive
branch
Oct 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbkr commentedJan 18, 2017
•
edited
Since we store all emails in the DB in lowercase
(#1170)
Fixes vector-im/riot-web#2396