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: 회원가입 정규표현식 올바르게 수정 #111

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

live-small
Copy link
Member

@live-small live-small commented Oct 12, 2022

개요

#109

작업사항

  • 회원가입 시 받는 값, 잘못된 정규표현식 수정
    • username: 특수문자 있는지 체크 (있다면 false)
    • password: 특수문자 있는지 체크, 숫자, 영어 최소 1개 있는지 체크

특수문자 체크, 영어, 숫자 최소 1개있는지 체크하도록 수정
@live-small live-small added the bug Something isn't working label Oct 12, 2022
@live-small live-small self-assigned this Oct 12, 2022
@kimyoungyin kimyoungyin merged commit dcdb675 into develop Nov 1, 2022
@kimyoungyin kimyoungyin deleted the fix/signupValidator branch November 1, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants