merge install pseudo

This commit is contained in:
Fred 2020-07-02 19:58:35 +02:00
parent ef3e9db7f5
commit f32dbfc52d
1 changed files with 2 additions and 1 deletions

3
core/module/install/install.php Normal file → Executable file
View File

@ -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