통합인증 > 간편인증 문구 변경
This commit is contained in:
@ -858,11 +858,11 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_sa">통합인증</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_sa">간편인증</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<select name="cf_cert_sa" id="cf_cert_sa">
|
<select name="cf_cert_sa" id="cf_cert_sa">
|
||||||
<?php echo option_selected("", $config['cf_cert_sa'], "사용안함"); ?>
|
<?php echo option_selected("", $config['cf_cert_sa'], "사용안함"); ?>
|
||||||
<?php echo option_selected("sa", $config['cf_cert_sa'], "KG이니시스 통합인증"); ?>
|
<?php echo option_selected("sa", $config['cf_cert_sa'], "KG이니시스 간편인증"); ?>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -887,7 +887,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 통합인증</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 간편인증</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<span class="sitecode title">MID</span>
|
<span class="sitecode title">MID</span>
|
||||||
<span class="sitecode">SRA</span>
|
<span class="sitecode">SRA</span>
|
||||||
@ -931,7 +931,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_limit">본인확인 이용제한</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_limit">본인확인 이용제한</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<?php echo help('1일 단위 본인인증을 시도할 수 있는 최대횟수를 지정합니다. (0으로 설정 시 무한으로 인증시도 가능)<br>아이핀/휴대폰/통합인증에서 개별 적용됩니다.)'); ?>
|
<?php echo help('1일 단위 본인인증을 시도할 수 있는 최대횟수를 지정합니다. (0으로 설정 시 무한으로 인증시도 가능)<br>아이핀/휴대폰/간편인증에서 개별 적용됩니다.)'); ?>
|
||||||
<input type="text" name="cf_cert_limit" value="<?php echo (int) $config['cf_cert_limit']; ?>" id="cf_cert_limit" class="frm_input" size="3"> 회
|
<input type="text" name="cf_cert_limit" value="<?php echo (int) $config['cf_cert_limit']; ?>" id="cf_cert_limit" class="frm_input" size="3"> 회
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -1430,7 +1430,7 @@ $(function(){
|
|||||||
|
|
||||||
$("#cf_cert_find").on("click", function() {
|
$("#cf_cert_find").on("click", function() {
|
||||||
if($(this).attr("checked")) {
|
if($(this).attr("checked")) {
|
||||||
let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 통합인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?");
|
let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 간편인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?");
|
||||||
$(this).attr("checked", flag);
|
$(this).attr("checked", flag);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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'])
|
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']) {
|
if(!$_POST['cf_cert_use']) {
|
||||||
$posts[$key] = $_POST['cf_cert_ipin'] = '';
|
$posts[$key] = $_POST['cf_cert_ipin'] = '';
|
||||||
|
|||||||
@ -97,7 +97,7 @@ else
|
|||||||
// 본인확인방법
|
// 본인확인방법
|
||||||
switch($mb['mb_certify']) {
|
switch($mb['mb_certify']) {
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$mb_certify_case = '통합인증';
|
$mb_certify_case = '간편인증';
|
||||||
$mb_certify_val = 'sa';
|
$mb_certify_val = 'sa';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
@ -260,7 +260,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
|||||||
<th scope="row">본인확인방법</th>
|
<th scope="row">본인확인방법</th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="radio" name="mb_certify_case" value="sa" id="mb_certify_sa" <?php if($mb['mb_certify'] == 'sa') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="sa" id="mb_certify_sa" <?php if($mb['mb_certify'] == 'sa') echo 'checked="checked"'; ?>>
|
||||||
<label for="mb_certify_sa">통합인증</label>
|
<label for="mb_certify_sa">간편인증</label>
|
||||||
<input type="radio" name="mb_certify_case" value="hp" id="mb_certify_hp" <?php if($mb['mb_certify'] == 'hp') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="hp" id="mb_certify_hp" <?php if($mb['mb_certify'] == 'hp') echo 'checked="checked"'; ?>>
|
||||||
<label for="mb_certify_hp">휴대폰</label>
|
<label for="mb_certify_hp">휴대폰</label>
|
||||||
<input type="radio" name="mb_certify_case" value="ipin" id="mb_certify_ipin" <?php if($mb['mb_certify'] == 'ipin') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="ipin" id="mb_certify_ipin" <?php if($mb['mb_certify'] == 'ipin') echo 'checked="checked"'; ?>>
|
||||||
@ -377,7 +377,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
|||||||
$cnt++;
|
$cnt++;
|
||||||
switch($row['ch_type']){
|
switch($row['ch_type']){
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$cert_type = '통합인증';
|
$cert_type = '간편인증';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
$cert_type = '휴대폰';
|
$cert_type = '휴대폰';
|
||||||
|
|||||||
@ -195,7 +195,7 @@ $colspan = 16;
|
|||||||
$mb_certify_val = '';
|
$mb_certify_val = '';
|
||||||
break;
|
break;
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$mb_certify_case = '통합인증';
|
$mb_certify_case = '간편인증';
|
||||||
$mb_certify_val = '';
|
$mb_certify_val = '';
|
||||||
break;
|
break;
|
||||||
case 'admin':
|
case 'admin':
|
||||||
@ -241,7 +241,7 @@ $colspan = 16;
|
|||||||
</td>
|
</td>
|
||||||
<td headers="mb_list_cert" rowspan="2" class="td_mbcert">
|
<td headers="mb_list_cert" rowspan="2" class="td_mbcert">
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="sa" id="mb_certify_sa_<?php echo $i; ?>" <?php echo $row['mb_certify']=='sa'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="sa" id="mb_certify_sa_<?php echo $i; ?>" <?php echo $row['mb_certify']=='sa'?'checked':''; ?>>
|
||||||
<label for="mb_certify_sa_<?php echo $i; ?>">통합인증</label><br>
|
<label for="mb_certify_sa_<?php echo $i; ?>">간편인증</label><br>
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="hp" id="mb_certify_hp_<?php echo $i; ?>" <?php echo $row['mb_certify']=='hp'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="hp" id="mb_certify_hp_<?php echo $i; ?>" <?php echo $row['mb_certify']=='hp'?'checked':''; ?>>
|
||||||
<label for="mb_certify_hp_<?php echo $i; ?>">휴대폰</label><br>
|
<label for="mb_certify_hp_<?php echo $i; ?>">휴대폰</label><br>
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="ipin" id="mb_certify_ipin_<?php echo $i; ?>" <?php echo $row['mb_certify']=='ipin'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="ipin" id="mb_certify_ipin_<?php echo $i; ?>" <?php echo $row['mb_certify']=='ipin'?'checked':''; ?>>
|
||||||
|
|||||||
@ -44,7 +44,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) {
|
|||||||
$sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' ";
|
$sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' ";
|
||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -185,7 +185,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) {
|
|||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
if($w == 'u')
|
if($w == 'u')
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -99,7 +99,7 @@ function cert_confirm() {
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -2824,7 +2824,7 @@ function certify_count_check($mb_id, $type)
|
|||||||
|
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case 'sa' :
|
case 'sa' :
|
||||||
$cert = '통합인증';
|
$cert = '간편인증';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
$cert = '휴대폰';
|
$cert = '휴대폰';
|
||||||
|
|||||||
@ -58,7 +58,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="win_btn">';
|
echo '<div class="win_btn">';
|
||||||
@ -80,7 +80,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -33,7 +33,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>
|
||||||
</div>
|
</div>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
<div class="win_btn">
|
||||||
|
|||||||
@ -71,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -294,7 +294,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
@ -360,7 +360,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -211,7 +211,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -61,7 +61,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$g5['title'] = 'KG이니시스 통합인증 결과';
|
$g5['title'] = 'KG이니시스 간편인증 결과';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<form name="mbFindForm" method="POST">
|
<form name="mbFindForm" method="POST">
|
||||||
|
|||||||
@ -52,7 +52,7 @@ switch($_GET['pageType']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$resultUrl = G5_INICERT_URL . $resultPage;
|
$resultUrl = G5_INICERT_URL . $resultPage;
|
||||||
$g5['title'] = 'KG이니시스 통합인증';
|
$g5['title'] = 'KG이니시스 간편인증';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<form name="saForm">
|
<form name="saForm">
|
||||||
|
|||||||
@ -71,7 +71,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
set_session("ss_cert_hash", $hash_data);
|
set_session("ss_cert_hash", $hash_data);
|
||||||
set_session("ss_cert_adult", $adult);
|
set_session("ss_cert_adult", $adult);
|
||||||
set_session("ss_cert_birth", $birth_day);
|
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);
|
set_session('ss_cert_dupinfo', $mb_dupinfo);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@ -85,7 +85,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$g5['title'] = 'KG이니시스 통합인증 결과';
|
$g5['title'] = 'KG이니시스 간편인증 결과';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -110,7 +110,7 @@ $req_num = $field[12];
|
|||||||
$mb_birth = $field[8];
|
$mb_birth = $field[8];
|
||||||
$di = $field[4];
|
$di = $field[4];
|
||||||
$ci = $field[5];
|
$ci = $field[5];
|
||||||
$mb_dupinfo = md5($ci.$ci); // 통합인증 추가 후 ci로 변경
|
$mb_dupinfo = md5($ci.$ci); // 간편인증 추가 후 ci로 변경
|
||||||
$phone_no = hyphen_hp_number($req_num);
|
$phone_no = hyphen_hp_number($req_num);
|
||||||
|
|
||||||
// 명의 변경 체크
|
// 명의 변경 체크
|
||||||
|
|||||||
@ -86,7 +86,7 @@ if(!empty($field[1])) { // 아이핀은 리턴받는 ci 데이터가 두가지
|
|||||||
}else{
|
}else{
|
||||||
alert_close('아이핀 본인확인 중 오류가 발생했습니다. (ci 정보 없음) 오류코드 : '.$resultCd.'\\n\\n문의는 코리아크레딧뷰로 고객센터 02-708-1000 로 해주십시오.');
|
alert_close('아이핀 본인확인 중 오류가 발생했습니다. (ci 정보 없음) 오류코드 : '.$resultCd.'\\n\\n문의는 코리아크레딧뷰로 고객센터 02-708-1000 로 해주십시오.');
|
||||||
}
|
}
|
||||||
$mb_dupinfo = md5($ci.$ci); // 통합인증 추가 후 ci로 변경
|
$mb_dupinfo = md5($ci.$ci); // 간편인증 추가 후 ci로 변경
|
||||||
|
|
||||||
// 명의 변경 체크
|
// 명의 변경 체크
|
||||||
if (!empty($member['mb_certify']) && !empty($member['mb_dupinfo']) && strlen($member['mb_dupinfo']) != 64) { // 이미 인증된 계정중에 dupinfo가 di(64 length)가 아닐때
|
if (!empty($member['mb_certify']) && !empty($member['mb_dupinfo']) && strlen($member['mb_dupinfo']) != 64) { // 이미 인증된 계정중에 dupinfo가 di(64 length)가 아닐때
|
||||||
|
|||||||
@ -126,7 +126,7 @@ if($config['cf_cert_use']) {
|
|||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
if($w == 'u')
|
if($w == 'u')
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -54,7 +54,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="win_btn">';
|
echo '<div class="win_btn">';
|
||||||
@ -76,7 +76,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -33,7 +33,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>
|
||||||
</div>
|
</div>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
<div class="win_btn">
|
||||||
|
|||||||
@ -77,7 +77,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -306,7 +306,7 @@ $(function() {
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -212,7 +212,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -58,7 +58,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="win_btn">';
|
echo '<div class="win_btn">';
|
||||||
@ -80,7 +80,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -33,7 +33,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>
|
||||||
</div>
|
</div>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
<div class="win_btn">
|
||||||
|
|||||||
@ -71,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -293,7 +293,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
@ -359,7 +359,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -54,7 +54,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="win_btn">';
|
echo '<div class="win_btn">';
|
||||||
@ -76,7 +76,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -33,7 +33,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">간편인증</button>
|
||||||
</div>
|
</div>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
<div class="win_btn">
|
||||||
|
|||||||
@ -77,7 +77,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -306,7 +306,7 @@ $(function() {
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user