Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading