merge install pseudo
This commit is contained in:
parent
ef3e9db7f5
commit
f32dbfc52d
3
core/module/install/install.php
Normal file → Executable file
3
core/module/install/install.php
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user