Add privileges for :user_invite
This commit is contained in:
parent
e102d25d23
commit
14e697a64f
5 changed files with 101 additions and 9 deletions
|
|
@ -261,7 +261,8 @@ config :pleroma, :instance,
|
|||
:user_credentials,
|
||||
:statuses_read,
|
||||
:user_tag,
|
||||
:user_activation
|
||||
:user_activation,
|
||||
:user_invite
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
|
|
@ -968,7 +968,8 @@ config :pleroma, :config_description, [
|
|||
:user_credentials,
|
||||
:statuses_read,
|
||||
:user_tag,
|
||||
:user_activation
|
||||
:user_activation,
|
||||
:user_invite
|
||||
],
|
||||
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)"
|
||||
|
|
@ -981,7 +982,8 @@ config :pleroma, :config_description, [
|
|||
:user_credentials,
|
||||
:statuses_read,
|
||||
:user_tag,
|
||||
:user_activation
|
||||
:user_activation,
|
||||
:user_invite
|
||||
],
|
||||
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