LDAP password sync

This commit is contained in:
MaxKey
2021-07-22 22:15:21 +08:00
parent fae33d2be6
commit 233307f366
10 changed files with 38 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ public class RestUserInfoController {
changePassword.setUsername(username);
changePassword.setPassword(password);
changePassword.setDecipherable(loadUserInfo.getDecipherable());
userInfoService.changePassword(changePassword);
userInfoService.changePassword(changePassword,true);
}
return "true";
}