mdcpp / mdoj

Mingdao OnlineJudge, A performant contest management system base on cutting edge stack.
https://mdcpp.github.io/mdoj/
5 stars 1 forks source link

Fix `MyInfo`/`UserFullInfo` Werid Type #84

Closed KAIYOHUGO closed 2 months ago

KAIYOHUGO commented 2 months ago

MyInfo should not return UserFullInfo https://github.com/mdcpp/mdoj/blob/4cc275f1053ce3f790fbe06dfb77b3b5af192576/grpc/proto/backend.proto#L794

UserFullInfo should not have hashed_pwd (This is origin from the old API design) https://github.com/mdcpp/mdoj/blob/4cc275f1053ce3f790fbe06dfb77b3b5af192576/grpc/proto/backend.proto#L712-L716

Eason0729 commented 2 months ago

https://github.com/mdcpp/mdoj/pull/85