用户重置密码 后端
parent
d817a35fe8
commit
da5956bd60
|
@ -66,6 +66,7 @@ public class SysPasswordService {
|
|||
} else {
|
||||
clearLoginRecordCache(username);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public boolean matches (SysUser user, String rawPassword) {
|
||||
|
|
Loading…
Reference in New Issue