We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
원인 : admin페이지 가입승인창에서 상태가 DEACTIVE인 회원만을 불러오고 있음.
문제 : 회원탈퇴를 실수로 한 학생은 가입승인창에 띄어짐. 해당 유저는 탈퇴를 한 유저이고 아직 가입 승인이 되지 않은 학생과는 다른역할이 되어야 함
결론 : PENDING이라는 상태를 추가하여 회원가입시 PENDING을 주고 ADMIN페이지에서는 상태별로 회원을 확인할 수 있도록 수정
The text was updated successfully, but these errors were encountered:
Merge branch 'master' of https://github.com/Team-B1ND/dodamdodam-server…
fd191a7
… into Feature/#105
Merge pull request #110 from Team-B1ND/Feature/#105
90b1acd
Feature/#105
Successfully merging a pull request may close this issue.
원인 : admin페이지 가입승인창에서 상태가 DEACTIVE인 회원만을 불러오고 있음.
문제 : 회원탈퇴를 실수로 한 학생은 가입승인창에 띄어짐. 해당 유저는 탈퇴를 한 유저이고 아직 가입 승인이 되지 않은 학생과는 다른역할이 되어야 함
결론 : PENDING이라는 상태를 추가하여 회원가입시 PENDING을 주고 ADMIN페이지에서는 상태별로 회원을 확인할 수 있도록 수정
The text was updated successfully, but these errors were encountered: