Add privileges for :user_read
This commit is contained in:
parent
3f26f1b30f
commit
cbb26262a5
4 changed files with 88 additions and 50 deletions
|
|
@ -263,7 +263,8 @@ config :pleroma, :instance,
|
|||
:user_tag,
|
||||
:user_activation,
|
||||
:user_invite,
|
||||
:report_handle
|
||||
:report_handle,
|
||||
:user_read
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
|
|
@ -970,7 +970,8 @@ config :pleroma, :config_description, [
|
|||
:user_tag,
|
||||
:user_activation,
|
||||
:user_invite,
|
||||
:report_handle
|
||||
:report_handle,
|
||||
:user_read
|
||||
],
|
||||
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)"
|
||||
|
|
@ -985,7 +986,8 @@ config :pleroma, :config_description, [
|
|||
:user_tag,
|
||||
:user_activation,
|
||||
:user_invite,
|
||||
:report_handle
|
||||
:report_handle,
|
||||
:user_read
|
||||
],
|
||||
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