|
|
@@ -143,6 +143,7 @@ public class UserService {
|
|
|
try {
|
|
|
gitlabService.changePassword(Math.toIntExact(savedUser.getId()),password);
|
|
|
} catch (SeecoderGitlabException e) {
|
|
|
+ log.error(e.getMessage());
|
|
|
throw new CustomErrorException("gitlab密码重置失败,请联系管理人员!");
|
|
|
}
|
|
|
log.debug("Reset Password for User: {}", savedUser);
|