From 3a05f24b45ba7a2b96b5a1d41cd270f5326a407a Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 3 Sep 2024 17:34:30 +0200 Subject: [PATCH] Fix the email policy documentation indentation --- docs/reference/configuration.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 6a2df5545..56183a7c1 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -374,13 +374,14 @@ policy: allow_missing_client_uri: false # don't require clients to provide a contacts field. default: false allow_missing_contacts: false - # restrict emails on registration to a specific domain - # This array is evaluated as a glob - allowed_domains: - - *.example.com - # ban specific domains from registration - banned_domains: - - *.banned.example.com + + # Restrict emails on registration to a specific domain + # Items in this array are evaluated as a glob + allowed_domains: + - *.example.com + # Ban specific domains from registration + banned_domains: + - *.banned.example.com ``` ## `rate_limiting`