diff --git a/core/module/install/install.php b/core/module/install/install.php index a8577d17..5e9a792f 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -150,6 +150,7 @@ class install extends common 'firstname' => $userFirstname, 'forgot' => 0, 'group' => self::GROUP_ADMIN, + 'profil' => 0, 'lastname' => $userLastname, 'pseudo' => 'Admin', 'signature' => 1,