[9.2.10] RGPD supprimer envoi mdp en clair

This commit is contained in:
fredtempez 2019-11-07 12:22:35 +01:00
parent 11e2eb9149
commit 2c300934ca
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ class install extends common {
'Bonjour' . ' <strong>' . $userFirstname . ' ' . $userLastname . '</strong>,<br><br>' .
'Voici les détails de votre installation.<br><br>' .
'<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' .
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>' .
'<strong>Mot de passe du compte :</strong> ' . $this->getInput('installPassword')
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>'
);
// Générer un fichier robots.txt
$this->createRobots();