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.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG570e62f1dcf2: phabricator: make user searches case-insensitive
Diff Detail
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.