Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ public static class FindEmailByPwANDPhone {
@AllArgsConstructor
public static class PasswordDto {
@NotEmpty
@Pattern(
regexp = "^(?=.*[a-zA-Z])(?=.*\\d)(?=.*\\W).{8,20}$",
message = "비밀번호는 영문자, 숫자, 특수문자를 포함한 8~20자리."
)
private String password;
}

Expand Down
Loading