We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ed252 commit 3a05f24Copy full SHA for 3a05f24
docs/reference/configuration.md
@@ -374,13 +374,14 @@ policy:
374
allow_missing_client_uri: false
375
# don't require clients to provide a contacts field. default: false
376
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
+
+ # 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:
384
+ - *.banned.example.com
385
```
386
387
## `rate_limiting`
0 commit comments