From 3c099c78537020eae3b6fe060fbe86088e996c83 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 6 Jan 2020 20:28:04 +0100 Subject: Add an admin flag on users (#2709) Now FRSS supports more than one admin. Admins have the same rights as the default user. Admins can promote or demote other users. The default user is considered as an admin even if it does not have the admin flag enabled. See #2096 --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 5b49d689a..27f330c82 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -4,6 +4,7 @@ # `./data/config-user.custom.php` file instead, containing the keys you want to # override. return array ( + 'is_admin' => false, 'language' => 'en', 'archiving' => [ 'keep_period' => 'P3M', -- cgit v1.2.3