aboutsummaryrefslogtreecommitdiff
path: root/config-user.default.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-01-06 20:28:04 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-01-06 20:28:04 +0100
commit3c099c78537020eae3b6fe060fbe86088e996c83 (patch)
tree647ee7313f609577f98b8477e814f2e7743c06f7 /config-user.default.php
parentd455783a63e77c3abce76b85f68c51338c1b81d1 (diff)
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
Diffstat (limited to 'config-user.default.php')
-rw-r--r--config-user.default.php1
1 files changed, 1 insertions, 0 deletions
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',