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 @@ -204,7 +204,7 @@ public static boolean checkCharacterType(String password) {
}

/**
* 패스워드 점검 : 최소 3가지 조합. 영문자, 숫자, 특수문자 $@$!%*#?& 필수
* 패스워드 점검 : 최소 3가지 조합. 영문자, 숫자, 특수문자 ~!@#$%^&*? 필수
*
* @param password
* @return boolean 일치여부
Expand Down