보안로그인 진행중
This commit is contained in:
parent
e959c0e6ee
commit
32d01399c2
@ -2970,7 +2970,7 @@ public class EgovMypageController {
|
|||||||
mberCertLoginLogVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
mberCertLoginLogVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
||||||
if("".equals(mberCertLoginLogVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
if("".equals(mberCertLoginLogVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
||||||
mberCertLoginLogVO.setSearchSortCnd("LOGIN_DT");
|
mberCertLoginLogVO.setSearchSortCnd("LOGIN_DT");
|
||||||
mberCertLoginLogVO.setSearchSortOrd("asc");
|
mberCertLoginLogVO.setSearchSortOrd("desc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,8 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
if ($(this).hasClass("on") == false) {
|
if ($(this).hasClass("on") == false) {
|
||||||
if ($(this).text().trim() == "ON") {
|
if ($(this).text().trim() == "ON") {
|
||||||
if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
|
// if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
|
||||||
|
if (!confirm("보안로그인 설정 시 미리 등록한 IP로 접속하거나 휴대폰 SMS 추가 인증을 진행하셔야 합니다.")) {
|
||||||
$(this).removeClass("on");
|
$(this).removeClass("on");
|
||||||
$(this).siblings("a").addClass("on");
|
$(this).siblings("a").addClass("on");
|
||||||
} else {
|
} else {
|
||||||
@ -282,7 +283,7 @@ $(document).ready(function(){
|
|||||||
if(secuLoginFlag == 'Y'){
|
if(secuLoginFlag == 'Y'){
|
||||||
console.log('????????Y')
|
console.log('????????Y')
|
||||||
$('#secuOffBtn').click();
|
$('#secuOffBtn').click();
|
||||||
}else{
|
}else if(secuLoginFlag == 'N'){
|
||||||
console.log('????????N')
|
console.log('????????N')
|
||||||
$('#secuOnBtn').click();
|
$('#secuOnBtn').click();
|
||||||
|
|
||||||
@ -649,7 +650,7 @@ function linkPage(pageNo){
|
|||||||
<th>인증번호</th>
|
<th>인증번호</th>
|
||||||
<td>
|
<td>
|
||||||
<label for="" class="label">인증번호 입력</label>
|
<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>
|
<button type="button" id="certConfirmBtn" class="btnType btnType6" style="width:90px">확인</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user