From b2f6a02ca9b88fcbc9d7928a459cc42c10d1241b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 23 Mar 2020 15:15:47 +0100 Subject: [PATCH] Use vector identity server to send email dans SMS --- conf/homeserver.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index d5a3b4b..836910f 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -906,7 +906,7 @@ registration_shared_secret: "__REGISTRATION_SECRET__" # (By default, no suggestion is made, so it is left up to the client. # This setting is ignored unless public_baseurl is also set.) # -#default_identity_server: https://matrix.org +default_identity_server: https://vector.im # The list of identity servers trusted to verify third party # identifiers by this server. @@ -949,8 +949,8 @@ registration_shared_secret: "__REGISTRATION_SECRET__" # If a delegate is specified, the config option public_baseurl must also be filled out. # account_threepid_delegates: - #email: https://example.com # Delegate email sending to example.org - #msisdn: http://localhost:8090 # Delegate SMS sending to this local process + email: https://vector.im # Delegate email sending to vector.im # TODO use the Yunohost server to send email !! + msisdn: https://vector.im # Users who register on this homeserver will automatically be joined # to these rooms