8000 fix(UX): session expiry explanation and defaults by ankush · Pull Request #18680 · frappe/frappe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frappe/core/doctype/system_settings/system_settings.json
Original file line number Diff line number Diff line change
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