- (버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정
							parent
							
								
									0281ec3cb1
								
							
						
					
					
						commit
						db69c8e9b8
					
				|  | @ -336,6 +336,9 @@ namespace INT69DB_2A.DialogForms | ||||||
|                         this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status)); |                         this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status)); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|  | 
 | ||||||
|  |             if (this.ParentForm.SystemConfig.IsPart11 == false) | ||||||
|  |                 UserManager.UserManager_AutoLogoutTimeoutPause(); | ||||||
|         } |         } | ||||||
|         private void ChangePassword() |         private void ChangePassword() | ||||||
|         { |         { | ||||||
|  | @ -461,6 +464,9 @@ namespace INT69DB_2A.DialogForms | ||||||
|                 DialogFormMessage myMsg = new DialogFormMessage(null, ret, this.ParentForm.SystemConfig.Language); |                 DialogFormMessage myMsg = new DialogFormMessage(null, ret, this.ParentForm.SystemConfig.Language); | ||||||
|                 myMsg.ShowDialog(); |                 myMsg.ShowDialog(); | ||||||
|             } |             } | ||||||
|  | 
 | ||||||
|  |             if (this.ParentForm.SystemConfig.IsPart11 == false) | ||||||
|  |                 UserManager.UserManager_AutoLogoutTimeoutPause(); | ||||||
|         } |         } | ||||||
|         #endregion |         #endregion | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -14,6 +14,12 @@ | ||||||
| 	멀티형 2~6열 스틱 계량기 | 	멀티형 2~6열 스틱 계량기 | ||||||
| */ | */ | ||||||
| 
 | 
 | ||||||
|  | @ Ver 5.2.1 by CJY | ||||||
|  | 	- 2024.08.21 | ||||||
|  | 	- Ver 5.2.0 Modify | ||||||
|  | 	- Framework : SmartX Framework V3.1.1(update: 2019.03.21) | ||||||
|  | 	- (버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정 | ||||||
|  | 
 | ||||||
| @ Ver 5.2.0 by CJY | @ Ver 5.2.0 by CJY | ||||||
| 	- 2024.08.20 | 	- 2024.08.20 | ||||||
| 	- Ver 5.1.0 Modify | 	- Ver 5.1.0 Modify | ||||||
|  | @ -21,9 +27,9 @@ | ||||||
| 	- FormMenu  | 	- FormMenu  | ||||||
| 	  UpdateDisplayMenuAccess() | 	  UpdateDisplayMenuAccess() | ||||||
| 	  NotLogin 수정 | 	  NotLogin 수정 | ||||||
|             - 유저설정 |     - 유저설정 | ||||||
|               Level3 본인에 한해서 비밀번호 변경 가능하도록 수정 |       Level3 본인에 한해서 비밀번호 변경 가능하도록 수정 | ||||||
|               admin을 제외한 다른 유저는 Reset만 가능 |       admin을 제외한 다른 유저는 Reset만 가능 | ||||||
| 
 | 
 | ||||||
| @ Ver 5.1.0 by LSJ | @ Ver 5.1.0 by LSJ | ||||||
| 	- 2023.12.28 | 	- 2023.12.28 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue