We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd5458 commit 86b3754Copy full SHA for 86b3754
install/install.php
@@ -551,7 +551,7 @@
551
$check = false;
552
do {
553
unset($temp_password);
554
- $temp_password = $inst->free_query('Re-enter admin password', '');
+ $temp_password = $inst->free_query('Re-enter admin password', '','ispconfig_admin_password');
555
$check = @($temp_password == $conf['interface_password'])?true:false;
556
if(!$check) swriteln('Passwords do not match.');
557
} while (!$check);
0 commit comments