통합인증 : 기초 작업

- 정보찾기를 ID/PW 찾기 혹은 아이디/비밀번호 찾기로 용어 변경하고 현재창에 뜨도록
    - 본인인증을 이용한 아이디/비밀번호 재설정 페이지(only url) 추가
This commit is contained in:
whitedot
2021-08-30 11:13:28 +09:00
parent 007389b299
commit e333412be6
18 changed files with 25 additions and 68 deletions

View File

@ -32,7 +32,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<section class="mb_login_join">
<h2>회원로그인 안내</h2>
<div>
<a href="<?php echo G5_BBS_URL ?>/password_lost.php" target="_blank" id="login_password_lost">회원정보찾기</a>
<a href="<?php echo G5_BBS_URL ?>/password_lost.php">아이디/비밀번호 찾기</a>
<a href="./register.php">회원 가입</a>
</div>
</section>