From c5eac169ec1fab9ecdab9e4acc64a732106b99aa Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 9 Dec 2025 12:14:09 +0100 Subject: [PATCH] use password field for encryption key --- views/bootstrap/class.Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 4bb307cec..36e5cc44b 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -777,7 +777,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk)) showConfigUser('settings_autoLoginUser', 'autoLoginUser', true); ?> showConfigText('settings_quota', 'quota'); ?> showConfigUser('settings_undelUserIds', 'undelUserIds', true, true); ?> -showConfigText('settings_encryptionKey', 'encryptionKey'); ?> +showConfigText('settings_encryptionKey', 'encryptionKey', 'password'); ?> showConfigText('settings_cookieLifetime', 'cookieLifetime'); ?> showConfigOption('settings_defaultAccessDocs', 'defaultAccessDocs', array(' 0'=>'inherited', ' '.M_NONE=>'access_mode_none', ' '.M_READ=>'access_mode_read', ' '.M_READWRITE=>'access_mode_readwrite'), false, true); ?>