- (버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정
parent
1871a66657
commit
99b2a390b7
|
@ -339,6 +339,9 @@ namespace INT69DC_7C.DialogForms
|
|||
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status));
|
||||
}
|
||||
}
|
||||
|
||||
if (this.ParentForm.SystemConfig.IsPart11 == false)
|
||||
UserManager.UserManager_AutoLogoutTimeoutPause();
|
||||
}
|
||||
private void ChangePassword()
|
||||
{
|
||||
|
@ -465,6 +468,9 @@ namespace INT69DC_7C.DialogForms
|
|||
DialogFormMessage myMsg = new DialogFormMessage(null, ret, this.ParentForm.SystemConfig.Language);
|
||||
myMsg.ShowDialog();
|
||||
}
|
||||
|
||||
if (this.ParentForm.SystemConfig.IsPart11 == false)
|
||||
UserManager.UserManager_AutoLogoutTimeoutPause();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -15,6 +15,12 @@
|
|||
멀티형 8,10,12열 컨베어/스틱 계량기
|
||||
*/
|
||||
|
||||
@ Ver 11.4.1 by CJY
|
||||
- 2024.08.21
|
||||
- Ver 11.3.0 Modify
|
||||
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
|
||||
- (버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정
|
||||
|
||||
@ Ver 11.4.0 by LSJ
|
||||
- 2024.08.20
|
||||
- Ver 11.3.0 Modify
|
||||
|
@ -22,9 +28,9 @@
|
|||
- FormMenu
|
||||
UpdateDisplayMenuAccess()
|
||||
NotLogin 수정
|
||||
- 유저설정
|
||||
Level3 본인에 한해서 비밀번호 변경 가능하도록 수정
|
||||
admin을 제외한 다른 유저는 Reset만 가능
|
||||
- 유저설정
|
||||
Level3 본인에 한해서 비밀번호 변경 가능하도록 수정
|
||||
admin을 제외한 다른 유저는 Reset만 가능
|
||||
|
||||
@ Ver 11.3.0 by LSJ
|
||||
- 2024.08.14
|
||||
|
|
Loading…
Reference in New Issue