Commit Graph

11 Commits

Author SHA1 Message Date
jity7777 1721df28fb <단순작업>
1. 개발용으로 단순변경
2. 관리자 특정 계정에 인증 제거 로직 추가
2023-03-13 01:31:05 +00:00
jity7777 7c3e88a5a8 <오류수정>
1. PMS NO : 
2. (주요)작업내용 
(1) BO/Views/Account/Error.cshtml
 - 문구 수정
(2) BO/Views/croom/gradeall.cshtml
 - 제한 조건 해제
2022-10-04 07:52:53 +00:00
jity7777 b2b0a0483a <오류수정>
1. PMS NO : 
2. (주요)작업내용 
 - 기존 system.net.http.formatting.dll 잇슈 문제로
   지태연작업 프로젝트와 서인덕 작업 프로젝트 파일 매칭 작업을 진행함
2022-04-28 05:05:09 +00:00
jity7777 8cfa0669b6 <기능개선>
1. PMS NO : 추가 개발건 운영 반영관련
2. (주요)작업내용
2022-04-13 00:28:05 +00:00
jity7777 a85365ea48 <기능개선>
1. PMS NO : 
2. (주요)작업내용 
(1) 추가 개발 관련
2022-04-12 03:12:25 +00:00
hjcho acbdbc0c83 <관리자 MTS 본인인증 기능 추가>
[Base]
(1) Base/Base.csproj
 - AOCommon.cs 추가
(2) Base/Controller/AOCommon.cs
 - 관리자 본인인증 기능 class 추가
(3) Base/Lib/ENUM.cs
 - IpHostSkipGb 추가
(4) Base/Lib/Helpers.cs
 - IsSkipIPorHost() 매서드추가 : ip스킵여부 체크
[BO]
(1) BO/BO.csproj
 - Partial\MobileChk.cshtml 추가 (sms체크 레이어팝업)
(2) BO/Spring/Controllers.xml
 - aocommon bean추가 : 본인인증
(3) BO/Views/Account/Index.cshtml
 - index수정 (본인인증기능추가)
(4) BO/Views/Shared/Partial/MobileChk.cshtml
 - 본인인증 layer팝업
[Dao]
(1) Dao/MyBatis/Maps/User.xml
 - <select id="users.adminlogin">쿼리에 필드추가
 : CAST(AES_DECRYPT(UNHEX(a.mobile), <include refid="sql.digest"></include>) AS char) mobile
 => 본인인증 체크(핸드폰번호) 를 위해서, 핸드폰번호를 복호화하는 필드를 추가
[Model]
(1) Model/Common.cs
 - SmsAuth class에 userno 속성추가
2022-04-08 04:51:39 +00:00
swpark de982a73c6 <추가사항>
2021.11.29 박상완 (swpark@nptc.kr) 

1. 로그인 정책
 1) 로그인정책 
 2) 로그인 세션 
 3) 중복로그인 차단

2. 메인-90일 비밀번호
 1) 비밀번호 변경 90일 지났을 때 팝업 및 로직
 (운영 배포시, /user/pwchange 권한 필요)

# 커밋 파일
Base\Controller\ACommonUser.cs
Base\Controller\BaseController.cs
BO\Controllers\AccountController.cs
BO\Controllers\cmController.cs
BO\Controllers\userController.cs
BO\js\site.js
BO\Views\Account\Index.cshtml
BO\Views\cm\terms.cshtml
BO\Views\croom\grades.cshtml
BO\Views\Home\Index.cshtml
BO\Views\user\us.cshtml
Dao\MyBatis\Maps\Common.xml
Dao\MyBatis\Maps\User.xml
Model\VMUser.cs
C:\project\YNICTE\BO\Spring\Controllers.xml
C:\project\YNICTE\BO\Spring\ControllersStaging.xml

# 테스트 결과 
- 이상없음

# 특이사항 및 이슈사항
- 이상없음
2021-11-29 06:11:55 +00:00
kdh0120 52143e0df3 2020-12-23 23:21:34 +00:00
kdh0120 3a649d9e98 2020-12-10 04:20:35 +00:00
hodong13 af38a870d3 2020-10-12 06:32:10 +00:00
hodong13 8dc14c40cc 2020-10-12 05:39:23 +00:00