Add privileges for :user_activation
This commit is contained in:
parent
cb60cc4e02
commit
e102d25d23
4 changed files with 137 additions and 62 deletions
|
|
@ -256,7 +256,13 @@ config :pleroma, :instance,
|
|||
show_reactions: true,
|
||||
password_reset_token_validity: 60 * 60 * 24,
|
||||
profile_directory: true,
|
||||
admin_privileges: [:user_deletion, :user_credentials, :statuses_read, :user_tag],
|
||||
admin_privileges: [
|
||||
:user_deletion,
|
||||
:user_credentials,
|
||||
:statuses_read,
|
||||
:user_tag,
|
||||
:user_activation
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
birthday_required: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue