diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-30 17:22:52 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-14 14:52:54 +0700 |
commit | db3c05f6b4c226733633a409cb1f1a290db4c48b (patch) | |
tree | b5decab96d7b8501ea40e8fd27ea8e3711d4250c /docs/config.md | |
parent | 7d6f8a7fd75e5de4e0c9ce208ac9276dcbe044f5 (diff) | |
download | pleroma-db3c05f6b4c226733633a409cb1f1a290db4c48b.tar.gz |
Add configurable account field value length limit
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index ca5da7db1..fbb506093 100644 --- a/docs/config.md +++ b/docs/config.md @@ -133,6 +133,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`. * `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api. * `max_account_fields`: The maximum number of custom fields in the user profile (default: `4`) +* `account_field_value_length`: An account field value maximum length (default: `255`) * `external_user_synchronization`: Enabling following/followers counters synchronization for external users. |