diff --git a/FO/Views/Account/FindMe.cshtml b/FO/Views/Account/FindMe.cshtml
index f0f8941..51c3f02 100644
--- a/FO/Views/Account/FindMe.cshtml
+++ b/FO/Views/Account/FindMe.cshtml
@@ -65,7 +65,7 @@
if (capResult.code == 1000) {
msg("등록해주신 이메일 주소로 인증링크가 발송되었습니다.
수신된 이메일의 인증링크를 통해 ID 확인 및 비밀번호 재설정을 진행해주세요.");
} else if (capResult.obj == -1) {
- msg("일치하는 계정이 없습니다. 다시 확인해주세요.");
+ msg("비밀번호 5회 이상 오류 상태이거나 존재하는 계정이 아닙니다.
교육원으로 문의해주세요.");
} else if (capResult.obj == 0) {
msg("일치하는 계정이 없습니다. 다시 확인해주세요(no send)");
}
diff --git a/FO/Views/Account/IndexBase.cshtml b/FO/Views/Account/IndexBase.cshtml
index 64d7996..9e0b160 100644
--- a/FO/Views/Account/IndexBase.cshtml
+++ b/FO/Views/Account/IndexBase.cshtml
@@ -121,7 +121,7 @@
else if (capResult.msg == "-4") { // 비번틀림
++logincnt;
if (logincnt > 4) {
- msg("비밀번호 5회 이상 오류 상태이거나 존재하는 계정이 아닙니다. \n교육원으로 문의해주세요.");
+ msg("비밀번호 5회 이상 오류로 로그인이 제한되었습니다.\n교육원으로 문의해주세요.");
logincnt = 0;
}
else {