diff --git a/INT69DB_2A/DialogForms/DialogFormLogOn.cs b/INT69DB_2A/DialogForms/DialogFormLogOn.cs index e5fab93..ad891d1 100644 --- a/INT69DB_2A/DialogForms/DialogFormLogOn.cs +++ b/INT69DB_2A/DialogForms/DialogFormLogOn.cs @@ -336,6 +336,9 @@ namespace INT69DB_2A.DialogForms this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Login, "Fail : " + this.ReturnUserStatus(userInfo.status)); } } + + if (this.ParentForm.SystemConfig.IsPart11 == false) + UserManager.UserManager_AutoLogoutTimeoutPause(); } private void ChangePassword() { @@ -461,6 +464,9 @@ namespace INT69DB_2A.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/INT69DB_2A/Version.txt b/INT69DB_2A/Version.txt index ebd0066..a31d20d 100644 --- a/INT69DB_2A/Version.txt +++ b/INT69DB_2A/Version.txt @@ -14,6 +14,12 @@ ¸ÖƼÇü 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 - 2024.08.20 - Ver 5.1.0 Modify @@ -21,9 +27,9 @@ - FormMenu UpdateDisplayMenuAccess() NotLogin ¼öÁ¤ - - À¯Àú¼³Á¤ - Level3 º»Àο¡ ÇÑÇؼ­ ºñ¹Ð¹øÈ£ º¯°æ °¡´ÉÇϵµ·Ï ¼öÁ¤ - adminÀ» Á¦¿ÜÇÑ ´Ù¸¥ À¯Àú´Â Reset¸¸ °¡´É + - À¯Àú¼³Á¤ + Level3 º»Àο¡ ÇÑÇؼ­ ºñ¹Ð¹øÈ£ º¯°æ °¡´ÉÇϵµ·Ï ¼öÁ¤ + adminÀ» Á¦¿ÜÇÑ ´Ù¸¥ À¯Àú´Â Reset¸¸ °¡´É @ Ver 5.1.0 by LSJ - 2023.12.28