1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Fix the email policy documentation indentation

This commit is contained in:
Quentin Gliech
2024-09-03 17:34:30 +02:00
parent b5ed252573
commit 3a05f24b45

View File

@@ -374,11 +374,12 @@ 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
# Items in this array are evaluated as a glob
allowed_domains: allowed_domains:
- *.example.com - *.example.com
# ban specific domains from registration # Ban specific domains from registration
banned_domains: banned_domains:
- *.banned.example.com - *.banned.example.com
``` ```