fix(UX): session expiry explanation and defaults (#18680)

closes https://github.com/frappe/frappe/issues/12957
This commit is contained in:
Ankush Menat 2022-10-31 11:28:49 +05:30 committed by GitHub
parent 8cca50bf26
commit e564dcb3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",