Skip to content
Snippets Groups Projects
Commit 38fd1f8e authored by Jorik Schellekens's avatar Jorik Schellekens Committed by Richard van der Hoff
Browse files

Fix typo in account_threepid_delegates config (#6028)

parent d58cad63
No related branches found
No related tags found
No related merge requests found
Replace `trust_identity_server_for_password_resets` config option with `account_threepid_delegates`.
...@@ -938,7 +938,7 @@ uploads_path: "DATADIR/uploads" ...@@ -938,7 +938,7 @@ uploads_path: "DATADIR/uploads"
# https://matrix.org/docs/spec/identity_service/latest # https://matrix.org/docs/spec/identity_service/latest
# #
account_threepid_delegates: account_threepid_delegates:
#email: https://example.com # Delegate email sending to matrix.org #email: https://example.com # Delegate email sending to example.org
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process #msisdn: http://localhost:8090 # Delegate SMS sending to this local process
# Users who register on this homeserver will automatically be joined # Users who register on this homeserver will automatically be joined
......
...@@ -294,7 +294,7 @@ class RegistrationConfig(Config): ...@@ -294,7 +294,7 @@ class RegistrationConfig(Config):
# https://matrix.org/docs/spec/identity_service/latest # https://matrix.org/docs/spec/identity_service/latest
# #
account_threepid_delegates: account_threepid_delegates:
#email: https://example.com # Delegate email sending to matrix.org #email: https://example.com # Delegate email sending to example.org
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process #msisdn: http://localhost:8090 # Delegate SMS sending to this local process
# Users who register on this homeserver will automatically be joined # Users who register on this homeserver will automatically be joined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment