mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-25 00:35:40 -04:00
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.
This commit is contained in:
committed by
GitHub
parent
6edbeaaf6a
commit
caeb660f29
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user