Add configurable account field name length limit

This commit is contained in:
Egor Kislitsyn 2019-08-01 15:09:15 +07:00
commit 2c35d4b0b0
4 changed files with 10 additions and 4 deletions

View file

@ -256,6 +256,7 @@ config :pleroma, :instance,
user_bio_length: 5000,
user_name_length: 100,
max_account_fields: 4,
account_field_name_length: 255,
account_field_value_length: 255,
external_user_synchronization: true