From 47484b96224ea8fb73bf4acbbc27f0d60aee5906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 11 Mar 2022 10:20:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=B0=BE=EA=B8=B0=20=EA=B3=BC=EC=A0=95=EC=A4=91=20=EC=A7=80?= =?UTF-8?q?=EB=82=9C=20=EA=B3=BC=EC=A0=95=EC=9D=98=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp b/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp index 342e24c..fd80ae5 100644 --- a/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp +++ b/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp @@ -55,6 +55,7 @@ break; case "mailSend": alert("인증번호 전송에 성공하였습니다.\n 인증번호를 확인해주세요.") + $("#sendEmail").attr("disabled", true) $("#step1").hide(); $("#step2").show(); break; @@ -96,6 +97,7 @@ break; case "OK": alert("인증되었습니다."); + $("#certifyNumCheck").attr("disabled", true) $("#step2").hide(); $("#step3").show(); break; @@ -143,7 +145,7 @@ function passwordUpdateAfter(result){ switch (result) { case "OK": - alert("변경되었습니다."); + alert("변경되었습니다.\n 변경된 비밀번호로 로그인 해주세요."); multiModal.hide(); break; case "InfoNull":