diff --git a/INT69DC_7C/DialogForms/DialogFormLogOn.cs b/INT69DC_7C/DialogForms/DialogFormLogOn.cs index adf7a14..a209b3b 100644 --- a/INT69DC_7C/DialogForms/DialogFormLogOn.cs +++ b/INT69DC_7C/DialogForms/DialogFormLogOn.cs @@ -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 diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index aa476cf..923e104 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -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