diff options
| author | 2020-06-14 19:50:09 +0200 | |
|---|---|---|
| committer | 2020-06-14 19:50:09 +0200 | |
| commit | caeb660f29d13db62d5381c262aa03e12f201ea2 (patch) | |
| tree | bbe593de7c584f15c67c1e4c96f0852c2c5637ed /config-user.default.php | |
| parent | 6edbeaaf6add5e6f60d949301a05ef42fbdc6afd (diff) | |
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.
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
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' => [ |
