From 7110788a98f63baf8d2e49acf038207d1a023865 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 12 Sep 2013 08:53:16 +0000 Subject: [PATCH] Ajout d'une ligne explicative --- install/reset_root.php | 2 ++ 1 file changed, 2 insertions(+) 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"; + ?>