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

Commit 6d30bc5

Browse files
MTRNordsandhose
authored andcommitted
Document the email policy in the reference
1 parent 9c2f852 commit 6d30bc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,13 @@ policy:
357357
allow_missing_client_uri: false
358358
# don't require clients to provide a contacts field. default: false
359359
allow_missing_contacts: false
360+
# restrict emails on registration to a specific domain
361+
# This array is evaluated as a glob
362+
allowed_domains:
363+
- *.example.com
364+
# ban specific domains from registration
365+
banned_domains:
366+
- *.banned.example.com
360367
```
361368

362369
## `rate_limiting`

0 commit comments

Comments
 (0)