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

[FIX] 기능 명세서 수정사항 반영 - 회원가입/로그인 #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eeddiinn
Copy link
Contributor

@eeddiinn eeddiinn commented Jul 13, 2024

📌 관련 이슈

closed #25

📝 작업 내용

  • 아이디 입력시 영문 소문자, 숫자, 특수문자 사용 5~20자이도록 글자수와 문자열 조건 관련 validation 추가
  • 비밀번호 입력시 영문 소문자, 숫자, 특수문자 각각 1개 이상 포함 8~16자이도록 글자수와 문자열 조건 관련 validation추가
  • 회원가입시 필요한 정보가 빠지면 회원가입이 안되도록 @Not Null, @Not empty 추가
    image
    image
    image
    -> 아이디, 비밀번호 테스트
    image
    -> 회원가입 테스트

💬리뷰 요구사항

@eeddiinn eeddiinn added 🐞Fix 코드 수정, 버그/오류 해결 🐰예진 🔥Pull Request This will not be worked on labels Jul 13, 2024
@eeddiinn eeddiinn requested a review from softmoca July 13, 2024 08:38
@eeddiinn eeddiinn self-assigned this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞Fix 코드 수정, 버그/오류 해결 🐰예진 🔥Pull Request This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 기능 명세서 수정사항 반영 - 회원가입/로그인
1 participant