사용자: 아이디/패스워드 찾기 를 회원정보 찾기로 문구 통일
This commit is contained in:
@ -6,7 +6,7 @@ if ($is_member) {
|
||||
alert("이미 로그인중입니다.");
|
||||
}
|
||||
|
||||
$g4['title'] = '회원아이디/패스워드 찾기';
|
||||
$g4['title'] = '회원정보 찾기';
|
||||
include_once(G4_PATH.'/head.sub.php');
|
||||
|
||||
$action_url = G4_HTTPS_BBS_URL."/password_lost2.php";
|
||||
|
||||
@ -3,7 +3,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<div id="find_info" class="new_win">
|
||||
<h1>아이디/패스워드 찾기</h1>
|
||||
<h1>회원정보 찾기</h1>
|
||||
|
||||
<form name="fpasswordlost" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||
<fieldset id="find_info_fs">
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
if((int)get_cookie('ck_passwordlost_count') > 2)
|
||||
alert_close('아이디/패스워드 찾기를 기준회수이상 시도하였습니다.');
|
||||
alert_close('회원정보 찾기를 기준 횟수 이상 시도하였습니다.');
|
||||
?>
|
||||
|
||||
<div id="find_info" class="new_win">
|
||||
<h1>아이디/패스워드 찾기</h1>
|
||||
<h1>회원정보 찾기</h1>
|
||||
|
||||
<form name="fpasswordlost" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||
<input type="hidden" name="kcpcert_no" value="">
|
||||
|
||||
@ -61,14 +61,14 @@ $sql = " update {$g4['member_table']}
|
||||
where mb_id = '{$mb['mb_id']}' ";
|
||||
sql_query($sql);
|
||||
|
||||
$g4['title'] = '회원아이디/패스워드 찾기';
|
||||
$g4['title'] = '회원정보 찾기 결과';
|
||||
include_once(G4_PATH.'/head.sub.php');
|
||||
?>
|
||||
|
||||
<div id="find_info" class="new_win">
|
||||
<h1>아이디/패스워드 찾기</h1>
|
||||
<h1>회원정보 찾기 결과</h1>
|
||||
|
||||
<form name="fpasswordlost" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||
<form name="fpasswordlost" action="<?=$action_url?>" method="post" autocomplete="off" onsubmit="return fpasswordlost_submit(this);">
|
||||
<fieldset id="find_info_fs">
|
||||
<p>
|
||||
회원님의 아이디와 변경된 패스워드입니다.<br>
|
||||
|
||||
Reference in New Issue
Block a user