Skip to content

Commit

Permalink
fix(UX): session expiry explanation and defaults (#18680) (#18685)
Browse files Browse the repository at this point in the history
closes #12957

(cherry picked from commit e564dcb)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush committed Oct 31, 2022
1 parent 11a0af2 commit 515f6c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frappe/core/doctype/system_settings/system_settings.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 515f6c2

Please sign in to comment.