do not css-check/clean passwords of the installation process; fixes #1203

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-12-12 09:33:28 +01:00
parent 166ffedf04
commit 5958f0516b

View File

@@ -461,6 +461,10 @@ class PhpHelper
'directory_password',
'ftp_password',
'mysql_password',
'mysql_root_pass',
'mysql_unprivileged_pass',
'admin_pass',
'admin_pass_confirm',
];
if (!empty($global)) {
$tmp = $global;