summaryrefslogtreecommitdiff
path: root/docs/configuration/accounts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/accounts.md')
-rw-r--r--docs/configuration/accounts.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/accounts.md b/docs/configuration/accounts.md
index 788cf79ac..b9f72252c 100644
--- a/docs/configuration/accounts.md
+++ b/docs/configuration/accounts.md
@@ -64,4 +64,12 @@ accounts-allow-custom-css: false
# Examples: [500, 5000, 9999]
# Default: 10000
accounts-custom-css-length: 10000
+
+# Int. The maximum number of profile fields allowed for each account.
+#
+# Note that going way higher than the default might break federation.
+#
+# Examples: [4, 6, 12]
+# Default: 6
+accounts-max-profile-fields: 6
```