From 2c300934ca56b583ea0c70af8a17b02cbdc37e4e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Nov 2019 12:22:35 +0100 Subject: [PATCH] [9.2.10] RGPD supprimer envoi mdp en clair --- core/module/install/install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();