From f32dbfc52d885563136e9bc21b777bc3a3004891 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 2 Jul 2020 19:58:35 +0200 Subject: [PATCH] merge install pseudo --- core/module/install/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 core/module/install/install.php diff --git a/core/module/install/install.php b/core/module/install/install.php old mode 100644 new mode 100755 index fa966310..3ff2bbc2 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -81,7 +81,8 @@ class install extends common { 'group' => self::GROUP_ADMIN, 'lastname' => $userLastname, 'mail' => $userMail, - 'password' => $this->getInput('installPassword', helper::FILTER_PASSWORD, true) + 'password' => $this->getInput('installPassword', helper::FILTER_PASSWORD, true), + 'pseudo' => $userFirstname ] ]); if ($success === true) { // Formulaire complété envoi du mail