통합인증 : 관련 이슈 수정

- 회원 직접 탈퇴 시 dupinfo 제거
- 본인인증 갱신 시 이전페이지로 이동하게 수정
- 본인인증 내역 기록 조건 수정
This commit is contained in:
projectSylas
2022-01-17 06:43:55 +00:00
parent ce7e5b2c3d
commit 8fd390c46c
8 changed files with 22 additions and 13 deletions

View File

@ -194,7 +194,7 @@ if ($board['bo_use_cert'] != '' && $config['cf_cert_use'] && !$is_admin) {
}
if (strlen($member['mb_dupinfo']) == 64 && $member['mb_certify']) { // 본인 인증 된 계정 중에서 di로 저장 되었을 경우에만
goto_url(G5_BBS_URL."/member_cert_refresh.php");
goto_url(G5_BBS_URL."/member_cert_refresh.php?url=".urlencode(get_pretty_url($bo_table, $wr_id, $qstr)));
}
if ($board['bo_use_cert'] == 'cert' && !$member['mb_certify']) {