Add configurable account field value length limit
This commit is contained in:
parent
7d6f8a7fd7
commit
db3c05f6b4
4 changed files with 33 additions and 7 deletions
|
|
@ -256,6 +256,7 @@ config :pleroma, :instance,
|
|||
user_bio_length: 5000,
|
||||
user_name_length: 100,
|
||||
max_account_fields: 4,
|
||||
account_field_value_length: 255,
|
||||
external_user_synchronization: true
|
||||
|
||||
config :pleroma, :markup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue