From e564dcb3fcea09ea5c471c7f457cadcb93e64285 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 31 Oct 2022 11:28:49 +0530 Subject: [PATCH] fix(UX): session expiry explanation and defaults (#18680) closes https://github.com/frappe/frappe/issues/12957 --- frappe/core/doctype/system_settings/system_settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frappe/core/doctype/system_settings/system_settings.json b/frappe/core/doctype/system_settings/system_settings.json index 0d612149a6..5fd5ef8163 100644 --- a/frappe/core/doctype/system_settings/system_settings.json +++ b/frappe/core/doctype/system_settings/system_settings.json @@ -208,11 +208,11 @@ "label": "Security" }, { - "default": "06:00", - "description": "Session Expiry in Hours e.g. 06:00", + "default": "24:00", + "description": "Example: Setting this to 24:00 will log out a user if they are not active for 24:00 hours.", "fieldname": "session_expiry", "fieldtype": "Data", - "label": "Session Expiry" + "label": "Session Expiry (idle timeout)" }, { "default": "720:00", @@ -538,7 +538,7 @@ "icon": "fa fa-cog", "issingle": 1, "links": [], - "modified": "2022-09-06 03:16:59.090906", + "modified": "2022-10-30 12:02:46.639170", "modified_by": "Administrator", "module": "Core", "name": "System Settings",