Add configurable length limits for User.bio and User.name

This commit is contained in:
Egor Kislitsyn 2019-08-01 15:53:37 +07:00
commit 9ca4506355
4 changed files with 29 additions and 18 deletions

View file

@ -253,6 +253,8 @@ config :pleroma, :instance,
skip_thread_containment: true,
limit_to_local_content: :unauthenticated,
dynamic_configuration: false,
user_bio_length: 5000,
user_name_length: 100,
external_user_synchronization: true
config :pleroma, :markup,