Commit 7d33bf96 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-834] Now logging admin console failed logins to warn.log.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10768 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1d43d375
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
} }
catch (UnauthorizedException ue) { catch (UnauthorizedException ue) {
Log.debug(ue); Log.debug(ue);
Log.warn("Failed admin console login attempt by "+username);
errors.put("unauthorized", LocaleUtils.getLocalizedString("login.failed.unauthorized")); errors.put("unauthorized", LocaleUtils.getLocalizedString("login.failed.unauthorized"));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment