From af3a03d7f71e6d8538f024c55af724d79e3ad9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 23 Sep 2024 16:07:46 +0200 Subject: [PATCH] Remove 'Max Audit Logs duration' from Security section in Config --- server/src/uds/core/util/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/uds/core/util/config.py b/server/src/uds/core/util/config.py index 2c3549344..410c1db09 100644 --- a/server/src/uds/core/util/config.py +++ b/server/src/uds/core/util/config.py @@ -855,3 +855,4 @@ signals.post_migrate.connect(_post_migrate) # Removed fields, to ensure they are removed from database # Will be here for at least one major version, so we can remove them from database for sure Config.removed(Config.SectionType.CUSTOM, 'Logout URL') # Removed on 4.0 +Config.removed(Config.SectionType.SECURITY, 'Max Audit Logs duration') # Removed on 4.0