diff --git a/install/reset_root.php b/install/reset_root.php index a23c97a9..2637bc98 100644 --- a/install/reset_root.php +++ b/install/reset_root.php @@ -42,4 +42,6 @@ if (!$admin->update_mem(2000,"postmaster@".$L_FQDN,"Administrateur", "Admin", $a exit(); } +echo "\nThe password was successfully reset to 'admin' for the 'admin' account.\n"; + ?>