From 79e124a0f6365b76e81e5db65a43a07bf8921c24 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 29 Mar 2013 10:44:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=95=EB=B3=B4=EC=B0=BE=EA=B8=B0=20?= =?UTF-8?q?=ED=9B=84=20=ED=8C=A8=EC=8A=A4=EC=9B=8C=EB=93=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password_lost_certify.php | 2 +- mobile/skin/member/basic/password_lost2.skin.php | 2 +- skin/member/basic/password_lost2.skin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbs/password_lost_certify.php b/bbs/password_lost_certify.php index 847a5e7bf..7a969e94c 100644 --- a/bbs/password_lost_certify.php +++ b/bbs/password_lost_certify.php @@ -19,7 +19,7 @@ sql_query(" update {$g4['member_table']} set mb_lost_certify = '' where mb_no = // 변경될 패스워드가 넘어와야하고 저장된 변경패스워드를 md5 로 변환하여 같으면 정상 if ($mb_lost_certify && $mb_datetime === sql_password($mb['mb_datetime']) && $mb_lost_certify === $mb['mb_lost_certify']) { sql_query(" update {$g4['member_table']} set mb_password = '{$mb['mb_lost_certify']}' where mb_no = '$mb_no' "); - alert('변경된 패스워드를 이메일로 보내드렸습니다.\\n\\n회원아이디와 변경된 패스워드로 로그인 하시기 바랍니다.', G4_BBS_URL.'/login.php'); + alert('패스워드가 변경됐습니다.\\n\\n회원아이디와 변경된 패스워드로 로그인 하시기 바랍니다.', G4_BBS_URL.'/login.php'); } else { die("Error"); diff --git a/mobile/skin/member/basic/password_lost2.skin.php b/mobile/skin/member/basic/password_lost2.skin.php index 7fffff044..a443bde1e 100644 --- a/mobile/skin/member/basic/password_lost2.skin.php +++ b/mobile/skin/member/basic/password_lost2.skin.php @@ -62,7 +62,7 @@ $content .= "

회원아이디 ".$mb['mb_id']."
"; $content .= "변경될 패스워드 ".$change_password.""; $content .= "

"; -$content .= "패스워드 변경"; +$content .= "패스워드 변경"; $content .= ""; $content .= ""; diff --git a/skin/member/basic/password_lost2.skin.php b/skin/member/basic/password_lost2.skin.php index 7fffff044..a443bde1e 100644 --- a/skin/member/basic/password_lost2.skin.php +++ b/skin/member/basic/password_lost2.skin.php @@ -62,7 +62,7 @@ $content .= "

회원아이디 ".$mb['mb_id']."
"; $content .= "변경될 패스워드 ".$change_password.""; $content .= "

"; -$content .= "패스워드 변경"; +$content .= "패스워드 변경"; $content .= ""; $content .= "";