logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 1d123832da6a2b8c67f34006b4ea05e0be86e366
parent 21bf229731f27426564140650397e51ba4bb4b93
Author: Mark Felder <feld@feld.me>
Date:   Tue, 17 Sep 2024 13:46:49 -0400

Formatting

Diffstat:

Mconfig/description.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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"] } ]