forked from ZwiiCMS-Team/ZwiiCMS
[9.2.10] RGPD supprimer envoi mdp en clair
This commit is contained in:
parent
11e2eb9149
commit
2c300934ca
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user