1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-04 17:47:15 +03:00

fixed Enforced misspeling :)

This commit is contained in:
Adolfo Gómez García 2022-12-16 12:47:21 +01:00
parent fa3e6cb5a2
commit 94cab0c204
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -402,7 +402,7 @@ class GlobalConfig:
) )
# Paranoid security # Paranoid security
ENFORCE_ZERO_TRUST: Config.Value = Config.section(SECURITY_SECTION).value( ENFORCE_ZERO_TRUST: Config.Value = Config.section(SECURITY_SECTION).value(
'Enforze Zero-Trust Mode', '0', type=Config.BOOLEAN_FIELD 'Enforce Zero-Trust Mode', '0', type=Config.BOOLEAN_FIELD
) )
# Time an admi session can be idle before being "logged out" # Time an admi session can be idle before being "logged out"
# ADMIN_IDLE_TIME: Config.Value = Config.section(SECURITY_SECTION).value('adminIdleTime', '14400', type=Config.NUMERIC_FIELD) # Defaults to 4 hous # ADMIN_IDLE_TIME: Config.Value = Config.section(SECURITY_SECTION).value('adminIdleTime', '14400', type=Config.NUMERIC_FIELD) # Defaults to 4 hous