From 99b2a390b777e53b0699e90fd2837fa58ed92547 Mon Sep 17 00:00:00 2001 From: "DESKTOP-999R8N3\\CJY" Date: Thu, 22 Aug 2024 09:25:49 +0900 Subject: [PATCH] =?UTF-8?q?=20-=20(=EB=B2=84=EA=B7=B8=EC=88=98=EC=A0=95)?= =?UTF-8?q?=EB=8B=A8=EC=88=9C=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=8B=9C,?= =?UTF-8?q?=20=EC=9E=90=EB=8F=99=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=8B=A4=ED=96=89=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT69DC_7C/DialogForms/DialogFormLogOn.cs | 6 ++++++ INT69DC_7C/Version.txt | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) 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