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

[feature] 동아리 담당자 계정 인증 기능 추가 #35

Open
2 of 4 tasks
Zepelown opened this issue Jan 30, 2025 · 0 comments
Open
2 of 4 tasks

[feature] 동아리 담당자 계정 인증 기능 추가 #35

Zepelown opened this issue Jan 30, 2025 · 0 comments
Labels
📬 API 서버 API 통신 작업 💾 BE Backend ✨ Feature 기능 개발

Comments

@Zepelown
Copy link
Member

Zepelown commented Jan 30, 2025

📄 어떤 기능인가요?

동아리 담당자 전용 계정을 만든다.
해당 계정으로 동아리 소개 글을 작성할 수 있다.

🏁 할 일

  • 회원가입 시 받는 정보 규칙 작성
  • 회원 erd 작성
  • 회원가입 로직 작성
  • 로그인 로직 작성

회원가입 시 받는 정보 규칙 작성

받을 정보 : 이메일, 비밀번호, 이름

이메일

비밀번호

  • 8자 ~ 20자
  • 숫자랑 영어 대소문자 반드시 하나이상 포함
  • 특수문자는 자유이되 !@#$%^ 만 허용
  • 공백 포함 불가
  • 이메일과 동일한 비밀번호 불가
  • 비밀번호 유효 기간 6개월
    -- 이후 비밀번호 변경 권장하는 창 표시를 위함

이름

  • 한글만 가능 (특수문자, 영어 불가능)
  • 1 ~ 10자

회원 erd 작성

Image

🫡 참고할만한 자료(선택)

@Zepelown Zepelown added ✨ Feature 기능 개발 💾 BE Backend 📬 API 서버 API 통신 작업 labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 작업 💾 BE Backend ✨ Feature 기능 개발
Projects
None yet
Development

No branches or pull requests

1 participant