diff --git a/adm/config_form.php b/adm/config_form.php
index c51283751..3c458808f 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -836,14 +836,17 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
+
+
diff --git a/adm/member_list.php b/adm/member_list.php
index 248b62be8..57811098d 100644
--- a/adm/member_list.php
+++ b/adm/member_list.php
@@ -236,10 +236,12 @@ $colspan = 16;
?>
- >
-
+ >
+
>
-
+
+ >
+
|
Yes':'No'; ?> |
diff --git a/adm/service.php b/adm/service.php
index 0317c67da..06cf509f6 100644
--- a/adm/service.php
+++ b/adm/service.php
@@ -15,45 +15,34 @@ include_once('./admin.head.php');
신용카드 전자결제 서비스 (계좌이체, 가상계좌 결제 포함)
- 이곳을 통하여 가입하시면 신용카드 결제를 국내 최저 수수료인 3.2%에 이용 할 수 있습니다. 영카트를 사용하지 않아도 이 수수료를 적용 받을 수 있습니다. 아래 가입을 희망하시는 회사의 로고를 클릭하시면 가입페이지로 이동합니다.
+
- 휴대폰 본인확인 서비스
- 정보통신망법 23조 2항(주민등록번호의 사용제한)에 따라 기존 주민등록번호 기반의 인증서비스 이용이 불가합니다. 주민등록번호 대체수단으로 최소한의 정보(생년월일, 휴대폰번호, 성별)를 입력받아 본인임을 확인하는 인증수단 입니다
+ 본인확인 서비스
-
- 아이핀 본인확인 서비스
- 정부가 주관하는 주민등록번호 대체 수단으로 본인의 개인정보를 아이핀 사이트에 한번만 발급해 놓고, 이후부터는 아이디와 패스워드 만으로 본인임을 확인하는 인증수단 입니다.
-
- 
-
-
-
-
- SMS 문자 서비스
- 주문이나 배송시에 상점운영자 또는 고객에게 휴대폰으로 단문메세지 (최대 한글 40자, 영문 80자)를 발송합니다.
-
-
+
+ SMS 문자 서비스
+ 주문이나 배송시에 상점운영자 또는 고객에게 휴대폰으로 단문메세지 (최대 한글 40자, 영문 80자)를 발송합니다.
+
+
+- skin/member/basic/password_reset.skin.php
+- mobile/skin/member/basic/password_reset.skin.php
+- theme/basic/skin/member/basic/password_reset.skin.php
+- theme/basic/mobile/skin/member/basic/password_reset.skin.php
\ No newline at end of file
diff --git a/bbs/register_form.php b/bbs/register_form.php
index 6f94d9cac..998510236 100644
--- a/bbs/register_form.php
+++ b/bbs/register_form.php
@@ -39,7 +39,7 @@ if ($w == "") {
}
if (!isset($_POST['agree2']) || !$_POST['agree2']) {
- alert('개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
+ alert('개인정보 수집 및 이용의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
}
$agree = preg_replace('#[^0-9]#', '', $_POST['agree']);
diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php
index 5f912da5e..994b0eec0 100644
--- a/bbs/register_form_update.php
+++ b/bbs/register_form_update.php
@@ -167,7 +167,7 @@ if($config['cf_cert_use'] && get_session('ss_cert_type') && get_session('ss_cert
$sql = " select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
$row = sql_fetch($sql);
if ($row['mb_id']) {
- alert("입력하신 본인확인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
+ alert("입력하신 본인확인 정보로 가입된 내역이 존재합니다.");
}
}
diff --git a/css/default.css b/css/default.css
index 115970dbb..de81a1102 100644
--- a/css/default.css
+++ b/css/default.css
@@ -272,7 +272,7 @@ a.btn_close {text-align:center;line-height:50px}
a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
-a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
+a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 25px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}
@@ -402,7 +402,8 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
-.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
+.new_win .cert_btn {margin-bottom:30px;text-align:center}
+.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
/* 검색결과 색상 */
diff --git a/css/default_shop.css b/css/default_shop.css
index 3e26e83e4..a06fefcf4 100644
--- a/css/default_shop.css
+++ b/css/default_shop.css
@@ -329,7 +329,7 @@ a.btn_close {text-align:center;line-height:50px}
a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
-a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
+a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 25px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}
a.btn_frmline {line-height:24px}
@@ -504,7 +504,7 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px}
-.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
+.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
diff --git a/css/mobile.css b/css/mobile.css
index e37088e53..fe161442d 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -321,6 +321,7 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
+.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}
diff --git a/mobile/skin/member/basic/login.skin.php b/mobile/skin/member/basic/login.skin.php
index 8fa843fa6..a53a15af2 100644
--- a/mobile/skin/member/basic/login.skin.php
+++ b/mobile/skin/member/basic/login.skin.php
@@ -32,7 +32,7 @@ add_stylesheet('',
diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php
index 10ccb24a8..f08e6aa94 100644
--- a/mobile/skin/member/basic/password_lost.skin.php
+++ b/mobile/skin/member/basic/password_lost.skin.php
@@ -6,10 +6,11 @@ add_stylesheet('',
?>
+
+
+
+ 본인인증으로 찾기
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mobile/skin/member/basic/password_reset.skin.php b/mobile/skin/member/basic/password_reset.skin.php
new file mode 100644
index 000000000..264584123
--- /dev/null
+++ b/mobile/skin/member/basic/password_reset.skin.php
@@ -0,0 +1,39 @@
+', 0);
+?>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/skin/member/basic/register.skin.php b/mobile/skin/member/basic/register.skin.php
index 7f2c508ec..9282ae925 100644
--- a/mobile/skin/member/basic/register.skin.php
+++ b/mobile/skin/member/basic/register.skin.php
@@ -14,7 +14,7 @@ add_stylesheet('',
|