diff --git a/adm/config_form.php b/adm/config_form.php index 2ba3b9627..c08da286a 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -854,15 +854,16 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - checked > + + checked > - + @@ -887,14 +888,17 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - + - MID SRA -
-
- API Key - + + KG이니시스 통합인증 신청페이지 + + + + + + @@ -931,7 +935,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - 아이핀/휴대폰/통합인증에서 개별 적용됩니다.)'); ?> + 아이핀/휴대폰/간편인증에서 개별 적용됩니다.)'); ?> 회 @@ -1428,13 +1432,6 @@ $(function(){ } }); - $("#cf_cert_find").on("click", function() { - if($(this).attr("checked")) { - let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 통합인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?"); - $(this).attr("checked", flag); - }; - }); - $("#cf_captcha").on("change", function(){ if ($(this).val() == 'recaptcha' || $(this).val() == 'recaptcha_inv') { $("[class^='kcaptcha_']").hide(); diff --git a/adm/config_form_update.php b/adm/config_form_update.php index 796a19829..7c6023aef 100644 --- a/adm/config_form_update.php +++ b/adm/config_form_update.php @@ -174,7 +174,7 @@ foreach( $check_keys as $k => $v ){ // 본인확인을 사용할 경우 아이핀, 휴대폰인증 중 하나는 선택되어야 함 if($_POST['cf_cert_use'] && !$_POST['cf_cert_ipin'] && !$_POST['cf_cert_hp'] && !$_POST['cf_cert_sa']) - alert('본인확인을 위해 아이핀, 휴대폰 본인확인, KG이니시스 통합인증 서비스 중 하나이상 선택해 주십시오'); + alert('본인확인을 위해 아이핀, 휴대폰 본인확인, KG이니시스 간편인증 서비스 중 하나 이상 선택해 주십시오.'); if(!$_POST['cf_cert_use']) { $posts[$key] = $_POST['cf_cert_ipin'] = ''; diff --git a/adm/member_form.php b/adm/member_form.php index 3ab2545ab..78d24862c 100644 --- a/adm/member_form.php +++ b/adm/member_form.php @@ -97,7 +97,7 @@ else // 본인확인방법 switch($mb['mb_certify']) { case 'sa': - $mb_certify_case = '통합인증'; + $mb_certify_case = '간편인증'; $mb_certify_val = 'sa'; break; case 'hp': @@ -260,7 +260,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js 본인확인방법 > - + > > @@ -377,7 +377,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js $cnt++; switch($row['ch_type']){ case 'sa': - $cert_type = '통합인증'; + $cert_type = '간편인증'; break; case 'hp': $cert_type = '휴대폰'; diff --git a/adm/member_list.php b/adm/member_list.php index b40fbb32b..5acd59faf 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -195,7 +195,7 @@ $colspan = 16; $mb_certify_val = ''; break; case 'sa': - $mb_certify_case = '통합인증'; + $mb_certify_case = '간편인증'; $mb_certify_val = ''; break; case 'admin': @@ -241,7 +241,7 @@ $colspan = 16; > -
+
>
> diff --git a/bbs/member_cert_refresh_update.php b/bbs/member_cert_refresh_update.php index 51d7c1afb..ad7dee3e8 100644 --- a/bbs/member_cert_refresh_update.php +++ b/bbs/member_cert_refresh_update.php @@ -45,7 +45,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) { $sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' "; $sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' "; $sql_certify .= " , mb_name = '{$mb_name}' "; - } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 통합인증, 휴대폰일때 hash 값 체크 hp포함 + } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 간편인증, 휴대폰일때 hash 값 체크 hp포함 $sql_certify .= " mb_hp = '{$mb_hp}' "; $sql_certify .= " , mb_certify = '{$cert_type}' "; $sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' "; diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index c48882a9a..476ca6bba 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -185,7 +185,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) { $sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' "; if($w == 'u') $sql_certify .= " , mb_name = '{$mb_name}' "; - } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 통합인증, 휴대폰일때 hash 값 체크 hp포함 + } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 간편인증, 휴대폰일때 hash 값 체크 hp포함 $sql_certify .= " , mb_hp = '{$mb_hp}' "; $sql_certify .= " , mb_certify = '{$cert_type}' "; $sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' "; diff --git a/js/certify.js b/js/certify.js index fa608c429..8b160a966 100644 --- a/js/certify.js +++ b/js/certify.js @@ -99,7 +99,7 @@ function cert_confirm() { switch(val) { case "sa": - type = "통합인증"; + type = "간편인증"; break; case "ipin": type = "아이핀"; diff --git a/lib/common.lib.php b/lib/common.lib.php index bea112750..b45067f6a 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2824,7 +2824,7 @@ function certify_count_check($mb_id, $type) switch($type) { case 'sa' : - $cert = '통합인증'; + $cert = '간편인증'; break; case 'hp': $cert = '휴대폰'; diff --git a/mobile/skin/member/basic/member_cert_refresh.skin.php b/mobile/skin/member/basic/member_cert_refresh.skin.php index 6ca10c3c5..96f769d7d 100644 --- a/mobile/skin/member/basic/member_cert_refresh.skin.php +++ b/mobile/skin/member/basic/member_cert_refresh.skin.php @@ -17,7 +17,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
-

추가 개인정보처리방침 안내

+

(필수) 추가 개인정보처리방침 안내

@@ -58,10 +58,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] if ($config['cf_cert_use']) { echo '
'; if ($config['cf_cert_sa']) { - echo '' . PHP_EOL; + echo '' . PHP_EOL; } - echo '
'; - echo '
'; if ($config['cf_cert_hp']) echo '' . PHP_EOL; if ($config['cf_cert_ipin']) @@ -80,7 +78,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] var f = document.fcertrefreshform; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php index 939e983b1..febb17471 100644 --- a/mobile/skin/member/basic/password_lost.skin.php +++ b/mobile/skin/member/basic/password_lost.skin.php @@ -9,7 +9,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] | -
+

이메일로 찾기

@@ -29,21 +29,19 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
-
+

본인인증으로 찾기

-
- -
+ + -
-
+
diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index fc323c6f9..4f516a935 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -26,18 +26,18 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

사이트 이용정보 입력

  • - - placeholder="아이디"> + + placeholder="아이디 (필수)"> 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.
  • - - placeholder="비밀번호"> + + placeholder="비밀번호 (필수)">
  • - - placeholder="비밀번호확인"> + + placeholder="비밀번호확인 (필수)">
@@ -46,20 +46,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

개인정보 입력

  • - 0) { ?> -
    - 버튼을 눌러 본인인증을 진행해주세요.
    이름/휴대폰 번호는 자동으로 입력됩니다. -
    - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; if ($config['cf_cert_ipin']) echo ''.PHP_EOL; + echo '(필수)'; echo ''.PHP_EOL; } ?> @@ -67,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] if ($config['cf_cert_use'] && $member['mb_certify']) { switch ($member['mb_certify']) { case "sa": - $mb_cert = "통합인증"; + $mb_cert = "간편인증"; break; case "ipin": $mb_cert = "아이핀"; @@ -83,26 +87,26 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
  • - - class="frm_input full_input " placeholder="이름"> + + class="frm_input full_input " placeholder="이름 (필수)">
  • - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
    닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다.
    - +
  • - + @@ -110,28 +114,28 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] - +
  • - - " maxlength="255" placeholder="홈페이지"> + + " maxlength="255" placeholder="홈페이지 (필수)">
  • - - " maxlength="20" placeholder="전화번호"> + + " maxlength="20" placeholder="전화번호 (필수)">
  • - + - class="frm_input full_input " maxlength="20" placeholder="휴대폰번호"> + class="frm_input full_input " maxlength="20" placeholder="휴대폰번호 (필수)"> @@ -142,13 +146,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
  • - 주소필수 - - class="frm_input " size="5" maxlength="6" placeholder="우편번호"> + 주소 (필수) + + class="frm_input " size="5" maxlength="6" placeholder="우편번호">
    - - class="frm_input frm_address " size="50" placeholder="주소">
    + + class="frm_input frm_address " size="50" placeholder="주소">

    @@ -166,8 +170,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
    • - - + +
    • @@ -290,7 +294,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] var pageTypeParam = "pageType=register"; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; @@ -356,7 +360,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] switch(val) { case "sa": - type = "통합인증"; + type = "간편인증"; break; case "ipin": type = "아이핀"; diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 499b9c741..d7a1e8c34 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -27,6 +27,7 @@ #fregisterform .btn_confirm {text-align:center;margin:20px 0} #fregisterform .btn_confirm .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em} #fregisterform .btn_confirm .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;border-radius:3px;border:1px solid #dcdcdc;font-size:1.083em;background:#fff} +#fregisterform .cert_req {margin-left:5px;line-height:28px;} #fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} #fregisterform textarea {width:100%;height:84px} @@ -63,7 +64,7 @@ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:15px} @@ -89,6 +90,7 @@ #find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff} #find_info #info_fs #mb_email {width:100%} #find_info #captcha {margin:5px 0} +#find_info .find_btn .btn_submit {margin:5px 0;width:100%;} /* 비밀번호 재설정 */ #pw_reset #info_fs {margin-bottom: 10px} @@ -107,7 +109,7 @@ #member_cert_refresh_private .tbl_head01 caption {position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff} .member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70} .member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8} -.member_cert_refresh_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.member_cert_refresh_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000} .member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px} diff --git a/mobile/skin/social/social_register_member.skin.php b/mobile/skin/social/social_register_member.skin.php index 1039afcf5..7d7074f57 100644 --- a/mobile/skin/social/social_register_member.skin.php +++ b/mobile/skin/social/social_register_member.skin.php @@ -102,39 +102,36 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.

      개인정보 입력

      • - 0) { ?> -
        - 버튼을 눌러 본인인증을 진행해주세요.
        이름/휴대폰 번호는 자동으로 입력됩니다. -
        - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo '' . PHP_EOL; if ($config['cf_cert_ipin']) echo '' . PHP_EOL; + echo '(필수)'; echo '' . PHP_EOL; } ?>
      • - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
        닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다.
        - +
      • - + @@ -142,7 +139,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다. - class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail"> + class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail (필수)">
      @@ -187,9 +184,9 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
- + - +
@@ -214,7 +211,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다. var pageTypeParam = "pageType=register"; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; diff --git a/mobile/skin/social/style.css b/mobile/skin/social/style.css index 146e33c30..12d53c965 100644 --- a/mobile/skin/social/style.css +++ b/mobile/skin/social/style.css @@ -113,6 +113,7 @@ #fregisterform .btn_confirm {text-align:center;margin:20px 0} #fregisterform .btn_confirm .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em} #fregisterform .btn_confirm .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;border-radius:3px;border:1px solid #dcdcdc;font-size:1.083em;background:#fff} +#fregisterform .cert_req {margin-left:5px;line-height:28px;} #fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} #fregisterform textarea {width:100%;height:84px} @@ -149,7 +150,7 @@ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:15px} diff --git a/plugin/inicert/ini_find_result.php b/plugin/inicert/ini_find_result.php index 420c57bd9..fe7bea811 100644 --- a/plugin/inicert/ini_find_result.php +++ b/plugin/inicert/ini_find_result.php @@ -61,7 +61,7 @@ if ($_POST["resultCode"] === "0000") { exit; } -$g5['title'] = 'KG이니시스 통합인증 결과'; +$g5['title'] = 'KG이니시스 간편인증 결과'; include_once(G5_PATH.'/head.sub.php'); ?>
diff --git a/plugin/inicert/ini_request.php b/plugin/inicert/ini_request.php index 90a384bca..ab5551211 100644 --- a/plugin/inicert/ini_request.php +++ b/plugin/inicert/ini_request.php @@ -52,7 +52,7 @@ switch($_GET['pageType']) { } $resultUrl = G5_INICERT_URL . $resultPage; -$g5['title'] = 'KG이니시스 통합인증'; +$g5['title'] = 'KG이니시스 간편인증'; include_once(G5_PATH.'/head.sub.php'); ?> diff --git a/plugin/inicert/ini_result.php b/plugin/inicert/ini_result.php index 902e7ac12..3c95443e1 100644 --- a/plugin/inicert/ini_result.php +++ b/plugin/inicert/ini_result.php @@ -71,7 +71,7 @@ if ($_POST["resultCode"] === "0000") { set_session("ss_cert_hash", $hash_data); set_session("ss_cert_adult", $adult); set_session("ss_cert_birth", $birth_day); - //set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 통합인증은 성별정보 리턴 없음 + //set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 간편인증은 성별정보 리턴 없음 set_session('ss_cert_dupinfo', $mb_dupinfo); } else { @@ -85,7 +85,7 @@ if ($_POST["resultCode"] === "0000") { exit; } -$g5['title'] = 'KG이니시스 통합인증 결과'; +$g5['title'] = 'KG이니시스 간편인증 결과'; include_once(G5_PATH.'/head.sub.php'); ?>