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 .= "
회원아이디 ".$mb['mb_id']."
";
$content .= "변경될 패스워드 ".$change_password."";
$content .= "