Add priviledges for :user_credentials
I only moved the ones from the :require_privileged_staff block for now
This commit is contained in:
parent
9f6c364759
commit
8a9144ca8b
4 changed files with 53 additions and 14 deletions
|
|
@ -969,14 +969,14 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :admin_privileges,
|
||||
type: {:list, :atom},
|
||||
suggestions: [:user_deletion],
|
||||
suggestions: [:user_deletion, :user_credentials],
|
||||
description:
|
||||
"What extra priviledges to allow admins (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
|
||||
},
|
||||
%{
|
||||
key: :moderator_privileges,
|
||||
type: {:list, :atom},
|
||||
suggestions: [:user_deletion],
|
||||
suggestions: [:user_deletion, :user_credentials],
|
||||
description:
|
||||
"What extra priviledges to allow moderators (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue