보안로그인 진행중

This commit is contained in:
hehihoho3@gmail.com 2024-11-22 11:27:38 +09:00
parent e959c0e6ee
commit 32d01399c2
2 changed files with 5 additions and 4 deletions

View File

@ -2970,7 +2970,7 @@ public class EgovMypageController {
mberCertLoginLogVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
if("".equals(mberCertLoginLogVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
mberCertLoginLogVO.setSearchSortCnd("LOGIN_DT");
mberCertLoginLogVO.setSearchSortOrd("asc");
mberCertLoginLogVO.setSearchSortOrd("desc");
}

View File

@ -56,7 +56,8 @@ $(document).ready(function(){
if ($(this).hasClass("on") == false) {
if ($(this).text().trim() == "ON") {
if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
// if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
if (!confirm("보안로그인 설정 시 미리 등록한 IP로 접속하거나 휴대폰 SMS 추가 인증을 진행하셔야 합니다.")) {
$(this).removeClass("on");
$(this).siblings("a").addClass("on");
} else {
@ -282,7 +283,7 @@ $(document).ready(function(){
if(secuLoginFlag == 'Y'){
console.log('????????Y')
$('#secuOffBtn').click();
}else{
}else if(secuLoginFlag == 'N'){
console.log('????????N')
$('#secuOnBtn').click();
@ -649,7 +650,7 @@ function linkPage(pageNo){
<th>인증번호</th>
<td>
<label for="" class="label">인증번호 입력</label>
<input type="text" placeholder="인증번호 6자리 입력" id="certNumber" onfocus="this.placeholder=''" onblur="this.placeholder='인증번호 4자리 입력'" class="inputLight" style="width: 200px;">
<input type="text" placeholder="인증번호 6자리 입력" id="certNumber" onfocus="this.placeholder=''" onblur="this.placeholder='인증번호 6자리 입력'" class="inputLight" style="width: 200px;">
<button type="button" id="certConfirmBtn" class="btnType btnType6" style="width:90px">확인</button>
</td>
</tr>