Adding session timeout settings, branding.
This commit is contained in:
@ -176,6 +176,21 @@ class GeneralSettingsController(SettingsFormController):
|
||||
+ "is supposed to be.",
|
||||
),
|
||||
),
|
||||
Section(
|
||||
"Session Timeout",
|
||||
TextInput(
|
||||
"usage_policy_url",
|
||||
"Usage policy URL",
|
||||
infotext="Specifies web page describing receiver usage policy "
|
||||
+ "and shown when the user session times out.",
|
||||
),
|
||||
NumberInput(
|
||||
"session_timeout",
|
||||
"Session Timeout",
|
||||
infotext="User session timeout in seconds (0 to disable timeout).",
|
||||
append="secs",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
||||
def remove_existing_image(self, image_id):
|
||||
|
Reference in New Issue
Block a user