mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
improve plugin management
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user