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