Commit f749ae19 by tntxia Committed by gdj

重置密码不用管理员权限

parent fe8223ee
...@@ -313,6 +313,12 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, UserEntity> implem ...@@ -313,6 +313,12 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, UserEntity> implem
return HttpResultResponse.success(); return HttpResultResponse.success();
} }
/**
*
* @param targetUserId user whose password will be reset
* @param param ChangePasswordParam containing newPassword
* @return
*/
@Override @Override
public HttpResultResponse<Object> resetPassword(String targetUserId, ChangePasswordParam param) { public HttpResultResponse<Object> resetPassword(String targetUserId, ChangePasswordParam param) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment