--- src/main/java/itn/let/uat/uia/web/EgovMypageController.java
+++ src/main/java/itn/let/uat/uia/web/EgovMypageController.java
... | ... | @@ -2970,7 +2970,7 @@ |
| 2970 | 2970 |
mberCertLoginLogVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage()); |
| 2971 | 2971 |
if("".equals(mberCertLoginLogVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
| 2972 | 2972 |
mberCertLoginLogVO.setSearchSortCnd("LOGIN_DT");
|
| 2973 |
- mberCertLoginLogVO.setSearchSortOrd("asc");
|
|
| 2973 |
+ mberCertLoginLogVO.setSearchSortOrd("desc");
|
|
| 2974 | 2974 |
} |
| 2975 | 2975 |
|
| 2976 | 2976 |
|
--- src/main/webapp/WEB-INF/jsp/web/user/mberSecureLogin.jsp
+++ src/main/webapp/WEB-INF/jsp/web/user/mberSecureLogin.jsp
... | ... | @@ -56,7 +56,8 @@ |
| 56 | 56 |
|
| 57 | 57 |
if ($(this).hasClass("on") == false) {
|
| 58 | 58 |
if ($(this).text().trim() == "ON") {
|
| 59 |
- if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
|
|
| 59 |
+// if (!confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")) {
|
|
| 60 |
+ if (!confirm("보안로그인 설정 시 미리 등록한 IP로 접속하거나 휴대폰 SMS 추가 인증을 진행하셔야 합니다.")) {
|
|
| 60 | 61 |
$(this).removeClass("on");
|
| 61 | 62 |
$(this).siblings("a").addClass("on");
|
| 62 | 63 |
} else {
|
... | ... | @@ -282,7 +283,7 @@ |
| 282 | 283 |
if(secuLoginFlag == 'Y'){
|
| 283 | 284 |
console.log('????????Y')
|
| 284 | 285 |
$('#secuOffBtn').click();
|
| 285 |
- }else{
|
|
| 286 |
+ }else if(secuLoginFlag == 'N'){
|
|
| 286 | 287 |
console.log('????????N')
|
| 287 | 288 |
$('#secuOnBtn').click();
|
| 288 | 289 |
|
... | ... | @@ -649,7 +650,7 @@ |
| 649 | 650 |
<th>인증번호</th> |
| 650 | 651 |
<td> |
| 651 | 652 |
<label for="" class="label">인증번호 입력</label> |
| 652 |
- <input type="text" placeholder="인증번호 6자리 입력" id="certNumber" onfocus="this.placeholder=''" onblur="this.placeholder='인증번호 4자리 입력'" class="inputLight" style="width: 200px;"> |
|
| 653 |
+ <input type="text" placeholder="인증번호 6자리 입력" id="certNumber" onfocus="this.placeholder=''" onblur="this.placeholder='인증번호 6자리 입력'" class="inputLight" style="width: 200px;"> |
|
| 653 | 654 |
<button type="button" id="certConfirmBtn" class="btnType btnType6" style="width:90px">확인</button> |
| 654 | 655 |
</td> |
| 655 | 656 |
</tr> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?