From 86b3754de87fdd34143bd67020179b8ea5cc80a2 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Wed, 19 Apr 2017 15:57:42 +0200 Subject: [PATCH] Fixed #4552 Automatic installation failed. --- install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index 6a13529445..d0d1146bf9 100644 --- a/install/install.php +++ b/install/install.php @@ -551,7 +551,7 @@ if($install_mode == 'standard' || strtolower($inst->simple_query('Install ISPCon $check = false; do { unset($temp_password); - $temp_password = $inst->free_query('Re-enter admin password', ''); + $temp_password = $inst->free_query('Re-enter admin password', '','ispconfig_admin_password'); $check = @($temp_password == $conf['interface_password'])?true:false; if(!$check) swriteln('Passwords do not match.'); } while (!$check); -- GitLab