1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-22 19:33:59 +03:00

removed unusefull "loginurl" config parameter

This commit is contained in:
Adolfo Gómez García
2020-06-16 14:47:27 +02:00
parent e3cb1ffaf1
commit 062b02a409
4 changed files with 15 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ logger = logging.getLogger(__name__)
# Pair of section/value removed from current UDS version
REMOVED = {
'UDS': ('allowPreferencesAccess', 'customHtmlLogin', 'UDS Theme', 'UDS Theme Enhaced', 'css', 'allowPreferencesAccess'),
'UDS': ('allowPreferencesAccess', 'customHtmlLogin', 'UDS Theme', 'UDS Theme Enhaced', 'css', 'allowPreferencesAccess', 'loginUrl'),
'Cluster': ('Destination CPU Load', 'Migration CPU Load', 'Migration Free Memory'),
'IPAUTH': ('autoLogin',),
'VMWare': ('minUsableDatastoreGB', 'maxRetriesOnError'),