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

회원가입 폼의 Validation 규칙 명세 참고 #128

Open
seongbin9786 opened this issue Sep 27, 2018 · 0 comments
Open

회원가입 폼의 Validation 규칙 명세 참고 #128

seongbin9786 opened this issue Sep 27, 2018 · 0 comments
Labels
Milestone

Comments

@seongbin9786
Copy link
Owner

seongbin9786 commented Sep 27, 2018

  1. 아이디
  • whitespace를 trim한 결과를 체크하게됨
  • 중복 확인
  • 최소길이 - 4자
  1. 이름
  • whitespace를 trim한 결과를 체크하게됨
  • 최소길이 - 2자
  1. 비밀번호
  • whitespace를 trim한 결과를 체크하게됨
  • 최소길이 - 8자
  1. 비밀번호 확인
  • whitespace를 trim한 결과를 체크하게됨
  • 비밀번호와 일치해야 함
  1. 소속대학(소속교직)
  • 값 필요
  1. 신분
  • 값 필요
@seongbin9786 seongbin9786 added the 분류: 유지보수 유지보수 label Sep 27, 2018
@seongbin9786 seongbin9786 added this to the 회원가입 milestone Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant