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