Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 3a05f24

Browse files
committed
Fix the email policy documentation indentation
1 parent b5ed252 commit 3a05f24

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/reference/configuration.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,14 @@ policy:
374374
allow_missing_client_uri: false
375375
# don't require clients to provide a contacts field. default: false
376376
allow_missing_contacts: false
377-
# restrict emails on registration to a specific domain
378-
# This array is evaluated as a glob
379-
allowed_domains:
380-
- *.example.com
381-
# ban specific domains from registration
382-
banned_domains:
383-
- *.banned.example.com
377+
378+
# Restrict emails on registration to a specific domain
379+
# Items in this array are evaluated as a glob
380+
allowed_domains:
381+
- *.example.com
382+
# Ban specific domains from registration
383+
banned_domains:
384+
- *.banned.example.com
384385
```
385386

386387
## `rate_limiting`

0 commit comments

Comments
 (0)