1
0
Fork 0

用户重置密码 后端

master
Jiang Peng 2024-04-12 16:17:04 +08:00
parent d817a35fe8
commit da5956bd60
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class SysPasswordService {
} else {
clearLoginRecordCache(username);
}
}
public boolean matches (SysUser user, String rawPassword) {