( )⚙ D5934 phabricator: make user searches case-insensitive

This is an archive of the discontinued Mercurial Phabricator instance.

phabricator: make user searches case-insensitive
ClosedPublic

Authored by jcristau on Feb 11 2019, 10:28 AM.

Details

Summary

User names in conduit are case insensitive, but when looking for "FOO"
it would return "foo" instead and we'd think the user didn't exist. So
lower case both the query and the response when comparing them.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

jcristau created this revision.Feb 11 2019, 10:28 AM
This revision was automatically updated to reflect the committed changes.