Oops, don't want that in there!
This commit is contained in:
@@ -37,7 +37,6 @@ public class OOOUserManager extends UserManager
|
|||||||
throws AuthenticationFailedException
|
throws AuthenticationFailedException
|
||||||
{
|
{
|
||||||
OOOUser ouser = (OOOUser)user;
|
OOOUser ouser = (OOOUser)user;
|
||||||
log.info("authenticateUser", "user", user, "password", password.getCleartext());
|
|
||||||
char[] passchars = password.getCleartext().toCharArray();
|
char[] passchars = password.getCleartext().toCharArray();
|
||||||
boolean matched = ouser.isArgon2Hashed() ?
|
boolean matched = ouser.isArgon2Hashed() ?
|
||||||
ouser.checkPassword(passchars) : user.passwordsMatch(password);
|
ouser.checkPassword(passchars) : user.passwordsMatch(password);
|
||||||
|
|||||||
Reference in New Issue
Block a user