Skip to content
New issue

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

Feat : member register #42

Merged
merged 7 commits into from
Sep 28, 2024
Merged

Feat : member register #42

merged 7 commits into from
Sep 28, 2024

Conversation

goldentrash
Copy link
Contributor

변경점

  • QR 출성 성공/실패시 JSON data 전송 대신 별도 페이지로 re-direction
  • 사용자 회원가입 기능
  • MemberFixture가 dummy password가 아닌, 실제 PasswordEncoder로 인코딩한 password를 사용하도록 수정

사용자 회원가입은 미완의 기능입니다!

우리는 사전에 등록된 사용자만 회원가입에 성공하도록 제한해야 합니다. 따라서 DB에 저장된 MemberAdmin 권한을 가진 사용자에 한해서 회원가입을 진행해야 합니다. 현 PR에서는, password가 초깃값("")일 경우에 한해 password를 변경 허용하는 방향으로 회원가입을 진행합니다. 이 방법은 다음의 문제가 있습니다.

  1. 사용자 본인 확인이 수행되지 않음 -- 누구든 Admin 계정을 처음으로 접속할 경우 사용자 본인 확인 없이 회원가입이 가능합니다.
  2. 최초 1회 이후 회원정보(password) 변경이 불가능함. 사실 이 부분은 회원정보 수정 기능이 구현되어있지 않다고 생각할수도 있습니다.

Copy link

@goldentrash goldentrash self-assigned this Sep 28, 2024
@goldentrash goldentrash merged commit d8b058b into main Sep 28, 2024
2 checks passed
@goldentrash goldentrash deleted the feat/member_register branch September 28, 2024 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant