From caeb660f29d13db62d5381c262aa03e12f201ea2 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 14 Jun 2020 19:50:09 +0200 Subject: Add a way to disable/enable users (#3056) If you want to block users without deleting their account, you can now disable them from the interface. --- 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 2b5e5ec30..4bbad05f6 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 ( + 'enabled' => true, 'is_admin' => false, 'language' => 'en', 'archiving' => [ -- cgit v1.2.3