Skip to content

Commit

Permalink
Merge pull request #9 from gutanbug/feat/regexp
Browse files Browse the repository at this point in the history
feat : 회원가입 시 비밀번호에 regexp 설정
  • Loading branch information
gutanbug authored Apr 15, 2024
2 parents f93b31b + df074ea commit 775c99b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ public class RequestSignupDto {

@NotBlank
@Size(min = 3, max = 200)
@Pattern(regexp = "^(?=.*[a-zA-Z])(?=.*\\d).{8,}$")
private final String password;
}

0 comments on commit 775c99b

Please sign in to comment.