diff --git a/core/module/install/install.php b/core/module/install/install.php
index cdde7fd5..4b6bd194 100755
--- a/core/module/install/install.php
+++ b/core/module/install/install.php
@@ -94,8 +94,7 @@ class install extends common {
'Bonjour' . ' ' . $userFirstname . ' ' . $userLastname . ',
' .
'Voici les détails de votre installation.
' .
'URL du site : ' . helper::baseUrl(false) . '
' .
- 'Identifiant du compte : ' . $this->getInput('installId') . '
' .
- 'Mot de passe du compte : ' . $this->getInput('installPassword')
+ 'Identifiant du compte : ' . $this->getInput('installId') . '
'
);
// Générer un fichier robots.txt
$this->createRobots();