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

[인증] 유저 아이디 찾기 #45

Closed
1 task
memoer opened this issue Jul 11, 2022 · 0 comments · Fixed by #69 or #70
Closed
1 task

[인증] 유저 아이디 찾기 #45

memoer opened this issue Jul 11, 2022 · 0 comments · Fixed by #69 or #70

Comments

@memoer
Copy link
Contributor

memoer commented Jul 11, 2022

추가해야 할 기능들은 무엇인가요?

  • 사용자는 이메일을 분실한 경우, 이름과 생년월일을 통해 아이디를 찾을 수 있다.

해당 기능이 왜 필요한가요?

기타

그 외로 적어야 할 것들을 적어주세요

@memoer memoer added the Type: Feature 기능 개발 label Jul 11, 2022
@memoer memoer added this to the [UseCases] 사용자 - 인증 milestone Jul 11, 2022
@memoer memoer added this to To do in AirJnC Project via automation Jul 11, 2022
memoer added a commit that referenced this issue Jul 27, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
@memoer memoer mentioned this issue Jul 27, 2022
@memoer memoer changed the title 유저 아이디 찾기 [인증] 유저 아이디 찾기 Jul 29, 2022
memoer added a commit that referenced this issue Jul 29, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
memoer added a commit that referenced this issue Jul 29, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
memoer added a commit that referenced this issue Jul 29, 2022
- String -> Optional<String> 으로 변경
- 해당하는 유저 없을 경우 `NotFoundException` 예외 날림
@hoon25 hoon25 mentioned this issue Aug 2, 2022
2 tasks
@hoon25 hoon25 linked a pull request Aug 2, 2022 that will close this issue
2 tasks
@memoer memoer mentioned this issue Aug 3, 2022
3 tasks
memoer added a commit that referenced this issue Aug 3, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
memoer added a commit that referenced this issue Aug 3, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
memoer added a commit that referenced this issue Aug 3, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
@memoer memoer mentioned this issue Aug 3, 2022
memoer added a commit that referenced this issue Aug 3, 2022
- 테스트 코드 아직 작성하지 않았습니다.
- "이름, 생년월일" 을 통해 유저 아이디 찾기를 진행합니다.
- "생년월일"이 아이디 찾기에서 사용되기 때문에, 회원가입시 "생년월일" 데이터를 필수적으로 넘겨야 하는 식으로 변경하였습니다.
memoer added a commit that referenced this issue Aug 16, 2022
[#45, #46, #56] 유저 이메일 찾기, 비밀번호 찾기, 회원 복구
AirJnC Project automation moved this from To do to Done Aug 16, 2022
memoer added a commit that referenced this issue Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment