summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-17 13:46:49 -0400
committerMark Felder <feld@feld.me>2024-09-17 13:46:49 -0400
commit1d123832da6a2b8c67f34006b4ea05e0be86e366 (patch)
treed2bcd44fb81880b345ee767caf0b2e4458aa3beb /config
parent21bf229731f27426564140650397e51ba4bb4b93 (diff)
downloadpleroma-1d123832da6a2b8c67f34006b4ea05e0be86e366.tar.gz
pleroma-1d123832da6a2b8c67f34006b4ea05e0be86e366.zip
Formatting
Diffstat (limited to 'config')
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index e85ec0ff8..47f4771eb 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2296,7 +2296,8 @@ config :pleroma, :config_description, [
key: :mail,
label: "Mail Attribute",
type: :string,
- description: "LDAP attribute name to use as the email address when automatically registering the user on first login",
+ description:
+ "LDAP attribute name to use as the email address when automatically registering the user on first login",
suggestions: ["mail"]
}
]