1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Document the email policy in the reference

This commit is contained in:
Marcel
2024-08-22 14:08:49 +02:00
committed by Quentin Gliech
parent 9c2f852584
commit 6d30bc530f

View File

@@ -357,6 +357,13 @@ 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
allowed_domains:
- *.example.com
# ban specific domains from registration
banned_domains:
- *.banned.example.com
``` ```
## `rate_limiting` ## `rate_limiting`