diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-01 15:09:15 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-14 14:52:54 +0700 |
commit | 2c35d4b0b04e58368c51f2828536d295f72839a2 (patch) | |
tree | 240756755e3d649b897d43e04bc1b21c6da077b4 /config/config.exs | |
parent | db3c05f6b4c226733633a409cb1f1a290db4c48b (diff) | |
download | pleroma-2c35d4b0b04e58368c51f2828536d295f72839a2.tar.gz pleroma-2c35d4b0b04e58368c51f2828536d295f72839a2.zip |
Add configurable account field name length limit
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 21f4861f2..4fd241e90 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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 |