From f9f55be851accc6ba233cbef17290030b8ad89df Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 15 Nov 2023 14:10:02 +0100 Subject: [PATCH] =?UTF-8?q?Profil=20de=20l'admin=20manquant=20=C3=A0=20l'i?= =?UTF-8?q?nstallation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 1 + 1 file changed, 1 insertion(+) 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,