통합인증 : 기존 회원 본인인증 안내 문구 변경

This commit is contained in:
seeoya
2021-09-30 16:07:48 +09:00
parent 3681c64132
commit 1eabc482f2
4 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
function fcertrefreshform_submit(f) {
if (!f.agree2.checked) {
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
f.agree2.focus();
return false;
}

View File

@ -160,7 +160,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
function fcertrefreshform_submit(f) {
if (!f.agree2.checked) {
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
f.agree2.focus();
return false;
}

View File

@ -163,7 +163,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
function fcertrefreshform_submit(f) {
if (!f.agree2.checked) {
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
f.agree2.focus();
return false;
}

View File

@ -160,7 +160,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
function fcertrefreshform_submit(f) {
if (!f.agree2.checked) {
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
f.agree2.focus();
return false;
}