improve plugin management

This commit is contained in:
Sebastian Sdorra
2010-10-31 13:07:43 +01:00
parent eda1c353b9
commit 0a9ed23b28
18 changed files with 526 additions and 65 deletions

View File

@@ -71,9 +71,6 @@ public class XmlAuthenticator implements Authenticator
String encryptedPassword = encryptionHandler.encrypt(password);
System.out.println(encryptedPassword);
System.out.println(user.getPassword());
if (!encryptedPassword.equalsIgnoreCase(user.getPassword()))
{
user = null;