From 4c348e44f03219c8f9244c4078b0042ee585cbec Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 7 Jul 2020 15:04:19 +0200 Subject: [PATCH] =?UTF-8?q?Initialiser=20la=20signature=20avec=20le=20pseu?= =?UTF-8?q?do,=20le=20pr=C3=A9nom=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 3ff2bbc2..f71674cc 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -82,7 +82,8 @@ class install extends common { 'lastname' => $userLastname, 'mail' => $userMail, 'password' => $this->getInput('installPassword', helper::FILTER_PASSWORD, true), - 'pseudo' => $userFirstname + 'pseudo' => $userFirstname, + 'signature'=> 2 // Pseudo ] ]); if ($success === true) { // Formulaire complété envoi du mail