Skip to content

Commit 86b3754

Browse files
author
Till Brehm
committed
Fixed #4552 Automatic installation failed.
1 parent 5bd5458 commit 86b3754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
$check = false;
552552
do {
553553
unset($temp_password);
554-
$temp_password = $inst->free_query('Re-enter admin password', '');
554+
$temp_password = $inst->free_query('Re-enter admin password', '','ispconfig_admin_password');
555555
$check = @($temp_password == $conf['interface_password'])?true:false;
556556
if(!$check) swriteln('Passwords do not match.');
557557
} while (!$check);

0 commit comments

Comments
 (0)