1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00

Remove 'Max Audit Logs duration' from Security section in Config

This commit is contained in:
Adolfo Gómez García 2024-09-23 16:07:46 +02:00
parent 58b845efd2
commit af3a03d7f7
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

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