If for a user signing in into the Gerrit WebUI fails, this can have
many reasons, e.g. username is wrong, password is wrong, user is marked
as inactive, user is locked in the user backend etc. In all cases the
user just gets a generic error message 'Incorrect username or
password.'. Gerrit administrators have trouble to find the exact reason
for the sign in problem because the corresponding AccountException is
not logged.
With this change a log message on info level is written if the sign in
fails with an AccountException. This enables Gerrit administrators to
find out the reason for sign in failures.
Change-Id: I723e9d1813b7bb1c453349356ff373b3df64045b
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>