Kumi
f3ad9c54fa
Incorporates legal links in registration and email forms by updating views to fetch legal documents from configuration. Enhances compliance by ensuring users acknowledge terms of service during account setup.
20 lines
496 B
YAML
20 lines
496 B
YAML
synapse:
|
|
admin_token: syt_your_admin_token
|
|
server: https://matrix.your.server
|
|
domain: your.server # i.e. the part after the : in your matrix ID
|
|
hosts:
|
|
- register.matrix.your.server
|
|
email:
|
|
host: mail.your.server
|
|
port: 587
|
|
username: registrations@your.server
|
|
password: your_password
|
|
tls: true
|
|
admin:
|
|
email: admin@your.server
|
|
trust_proxy: false
|
|
auto_join:
|
|
- "!your_room_id:your.server"
|
|
legal:
|
|
- title: "Terms of Service"
|
|
url: "https://matrix.your.server/_matrix/consent"
|