- 초기 패스워드 접미사 설정 로직 추가 및 관련 JSP 수정
eapim-admin CI / build (push) Has been cancelled

- API 허용 IP 리스트 변수명 변경(dapiAllowIpList → apiAllowIpList)
- 초기 패스워드 강제 변경 유도 로직 추가(비밀번호 변경일 초기화)
This commit is contained in:
Rinjae
2026-07-27 15:05:51 +09:00
parent adc5371df8
commit 8f4162569d
4 changed files with 17 additions and 5 deletions
@@ -567,7 +567,7 @@
});
$("#btn_password_reset").click(function () {
if (!confirm("패스워드를 초기화 하시겠습니까?\n초기 패스워드는 '!' + 이메일ID 입니다.")) return;
if (!confirm("패스워드를 초기화 하시겠습니까?\n초기 패스워드는 '이메일ID${passwordInitSubfix}' 입니다.")) return;
$.ajax({
type: "POST",