Affected Version: 2.2.1
What steps will reproduce the problem?
1. Given the setup user "John Doe"
2. Check out a git repository from Gerrit.
3. Set the git user.name to "John Doe"
4. Set the git user.email to "John Doe"
5. Commit and push a change to Gerrit
What is the expected output? What do you see instead?
I expected it to claim that the email address "John Doe" doesn't exist as an authorized account, as it would for "doesnotexist@example.com"
Please provide any additional information below.
We're using LDAP authentication, if it matters.