알림수신동의서 및 개인정보수집동의서 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 새 HTML 및 TXT 파일 작성
- 서비스 이용 약관 신규 추가 및 HTML/TXT 생성
This commit is contained in:
Rinjae
2026-08-26 11:11:17 +09:00
parent f07123904a
commit 758b3ebd7d
7 changed files with 425 additions and 1 deletions
@@ -74,7 +74,7 @@ public class PasswordConfirmFailureTracker {
if (failCount < limit) {
return new Outcome(failCount, limit, false, false,
"현재 비밀번호가 일치하지 않습니다. (실패 " + failCount + "/" + limit + "회, 초과 시 자동 "
"현재 비밀번호가 일치하지 않습니다. (초과 시 자동 "
+ (policy.action() == Action.LOCK ? "차단" : "로그아웃") + "됩니다)");
}