Commit 9ec84064 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Removed unnecessary todo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9952 b35dd754-fafc-0310-a699-88a17e54d16e
parent 05e333a4
...@@ -106,7 +106,6 @@ ...@@ -106,7 +106,6 @@
if (settings != null && password != null) { if (settings != null && password != null) {
ClearspaceManager manager = new ClearspaceManager(settings); ClearspaceManager manager = new ClearspaceManager(settings);
try { try {
// TODO: We need to check if the user really exists somehow, handle this later.
// See if the user authenticates. // See if the user authenticates.
if (manager.checkAuthentication(username, password)) { if (manager.checkAuthentication(username, password)) {
// User was able to authenticate with provided password // User was able to authenticate with provided password
......
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