diff --git a/install/install.php b/install/install.php index 6a1352944540485245f9ad9044753294d8895994..d0d1146bf906b96154374b6de4152f1ebb795821 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);