You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +03:00
Fix the email policy documentation indentation
This commit is contained in:
@@ -374,13 +374,14 @@ policy:
|
|||||||
allow_missing_client_uri: false
|
allow_missing_client_uri: false
|
||||||
# don't require clients to provide a contacts field. default: false
|
# don't require clients to provide a contacts field. default: false
|
||||||
allow_missing_contacts: false
|
allow_missing_contacts: false
|
||||||
# restrict emails on registration to a specific domain
|
|
||||||
# This array is evaluated as a glob
|
# Restrict emails on registration to a specific domain
|
||||||
allowed_domains:
|
# Items in this array are evaluated as a glob
|
||||||
- *.example.com
|
allowed_domains:
|
||||||
# ban specific domains from registration
|
- *.example.com
|
||||||
banned_domains:
|
# Ban specific domains from registration
|
||||||
- *.banned.example.com
|
banned_domains:
|
||||||
|
- *.banned.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
## `rate_limiting`
|
## `rate_limiting`
|
||||||
|
Reference in New Issue
Block a user