-
diff --git a/plugin/kgcert/_common.php b/plugin/kgcert/_common.php
index c7ed3c4ee..031fe5e46 100644
--- a/plugin/kgcert/_common.php
+++ b/plugin/kgcert/_common.php
@@ -1,2 +1,3 @@
").attr("readonly", true);
$opener.$("input[name=mb_hp]").val("").attr("readonly", true);
$opener.$("input[name=cert_no]").val("");
-
+
alert("본인인증이 완료되었습니다.");
+
+ if($opener.$("form[name=register_cert_reset]") != undefined){
+ $opener.$("form[name=register_cert_reset]").submit();
+ }
window.close();
});
diff --git a/plugin/lgxpay/AuthOnlyRes.php b/plugin/lgxpay/AuthOnlyRes.php
index 444a68859..f52785f60 100644
--- a/plugin/lgxpay/AuthOnlyRes.php
+++ b/plugin/lgxpay/AuthOnlyRes.php
@@ -218,6 +218,11 @@ jQuery(function($) {
}
alert("본인의 휴대폰번호로 확인 되었습니다.");
+
+ if($opener.$("form[name=register_cert_reset]") != undefined){
+ $opener.$("form[name=register_cert_reset]").submit();
+ }
+
window.close();
});
diff --git a/plugin/lgxpay/_common.php b/plugin/lgxpay/_common.php
index c7ed3c4ee..031fe5e46 100644
--- a/plugin/lgxpay/_common.php
+++ b/plugin/lgxpay/_common.php
@@ -1,2 +1,3 @@
");
alert("본인의 휴대폰번호로 확인 되었습니다.");
+
+ if($opener.$("form[name=register_cert_reset]") != undefined){
+ $opener.$("form[name=register_cert_reset]").submit();
+ }
+
window.close();
});
diff --git a/plugin/okname/ipin2.php b/plugin/okname/ipin2.php
index f0ab7ef56..bc3b52835 100644
--- a/plugin/okname/ipin2.php
+++ b/plugin/okname/ipin2.php
@@ -123,6 +123,10 @@ $(function() {
$opener.$("input[name=mb_name]").val("").attr("readonly", true);
$opener.$("input[name=cert_no]").val("");
+ if($opener.$("form[name=register_cert_reset]") != undefined){
+ $opener.$("form[name=register_cert_reset]").submit();
+ }
+
window.close();
});
diff --git a/plugin/social/register_member_update.php b/plugin/social/register_member_update.php
index 0b6f2e432..5c6abe013 100644
--- a/plugin/social/register_member_update.php
+++ b/plugin/social/register_member_update.php
@@ -3,6 +3,10 @@ include_once('./_common.php');
include_once(G5_LIB_PATH.'/register.lib.php');
include_once(G5_LIB_PATH.'/mailer.lib.php');
+if (!($w == '' || $w == 'u')) {
+ alert('w 값이 제대로 넘어오지 않았습니다.');
+}
+
if( ! $config['cf_social_login_use'] ){
alert('소셜 로그인을 사용하지 않습니다.', G5_URL);
}
diff --git a/shop/list.php b/shop/list.php
index 7e71e8d14..a53d2aee1 100644
--- a/shop/list.php
+++ b/shop/list.php
@@ -29,7 +29,7 @@ if(defined('_THEME_PREVIEW_') && _THEME_PREVIEW_ === true) {
}
// 본인인증, 성인인증체크
-if(!$is_admin) {
+if(!$is_admin && $config['cf_cert_use']) {
$msg = shop_member_cert_check($ca_id, 'list');
if($msg)
alert($msg, G5_SHOP_URL);
diff --git a/skin/member/basic/register.skin.php b/skin/member/basic/register.skin.php
index 1e1fa7cfb..662c8da40 100644
--- a/skin/member/basic/register.skin.php
+++ b/skin/member/basic/register.skin.php
@@ -40,7 +40,7 @@ add_stylesheet('
',
이용자 식별 및 본인여부 확인
- 아이디, 이름, 비밀번호
+ 아이디, 이름, 비밀번호
회원 탈퇴 시까지
diff --git a/skin/member/basic/register_cert_reset.skin.php b/skin/member/basic/register_cert_reset.skin.php
index 18bd3b812..6dd08a9ac 100644
--- a/skin/member/basic/register_cert_reset.skin.php
+++ b/skin/member/basic/register_cert_reset.skin.php
@@ -4,10 +4,19 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet(' ', 0);
?>
-
+
+
+
@@ -40,7 +49,7 @@ add_stylesheet('
본인인증으로 찾기
-
+
+ ';
+ if ($config['cf_cert_sa']) {
+ echo '토스 인증 ' . PHP_EOL;
+ echo 'PASS 인증 ' . PHP_EOL;
+ echo '페이코 인증 ' . PHP_EOL;
+ echo '금융인증서 ' . PHP_EOL;
+ }
+ echo '
';
+ echo '
';
+ if ($config['cf_cert_hp'])
+ echo '휴대폰 본인확인 ' . PHP_EOL;
+ if ($config['cf_cert_ipin'])
+ echo '아이핀 본인확인 ' . PHP_EOL;
+ echo '
';
+ echo '
본인확인을 위해서는 자바스크립트 사용이 가능해야합니다. ' . PHP_EOL;
+ }
+ ?>
+