통합인증 : 기초 작업

- 정보찾기를 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

@ -22,7 +22,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$outlogin_skin_url.'/style.css">'
<input type="submit" id="ol_submit" value="로그인" class="btn_b02">
<div id="ol_svc">
<a href="<?php echo G5_BBS_URL ?>/register.php"><b>회원가입</b></a> /
<a href="<?php echo G5_BBS_URL ?>/password_lost.php" id="ol_password_lost">정보찾기</a>
<a href="<?php echo G5_BBS_URL ?>/password_lost.php">ID/PW 찾기</a>
</div>
</fieldset>