Self hosted riot web uses vector.im when adding email #1338
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Might be related to #1049.
Open riot.privacytools.io Set home server and identity server to chat.privacytools.io (this is currently defaults). You should see orange message about connection failure to the identity server. Login with your account. From the settings, try to add email address. Receive email from vector.im.
@JonahAragon
The recent privacy work in Riot 1.4 and Synapse 1.4 fixes this issue by ensuring that the HS manages validating your email when you are adding it to your HS account. The IS is no longer involved in adding an email to your HS account.
Please note that you must be using both Riot 1.4 and Synapse 1.4 (which is currently only an RC, full release expected in a few days) for this issue to be fixed. The HS privacy changes are already live on matrix.org, so you could use that to test the experience if you like.
So, what you are seeing is expected for now, but will be fixed once the privacytools.io HS is updated to Synapse 1.4 and configured to handle email validation itself.
I've tried with Riot-web and Synapse 1.4 on matrix.org. I still get the email when I try to add one, even without any identity Server set. So I guess HS is managing the emails now.
1.4.0 is out: https://github.com/matrix-org/synapse/releases
Hopefully PIO can update soon.
The actual reason this was happening was because of an apparent bug in an earlier version of Synapse that did not allow me to set custom email settings. After updating to 1.4.0 I was also able to configure my own mailserver.
Just tested this myself, email verification messages are sent from
matrix-notifications@privacytools.io
. Closing issue :)Noice! Thanks!