mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
trace
This commit is contained in:
parent
d7362c70cb
commit
79db532f3c
@ -54,7 +54,7 @@ public class DefaultJdbcAuthenticationRealm extends AbstractAuthenticationRealm
|
||||
public boolean passwordMatches(UserInfo userInfo, String password) {
|
||||
boolean passwordMatches = false;
|
||||
//jdbc password check
|
||||
_logger.debug("password : "
|
||||
_logger.trace("password : "
|
||||
+ PasswordReciprocal.getInstance().rawPassword(userInfo.getUsername(), password));
|
||||
passwordMatches = passwordEncoder.matches(password,userInfo.getPassword());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user