This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Problems with the password-reset email feature #5444
Closed
Description
I thought it might be worth collecting together the reports we've seen about problems people are having with the password-reset-email feature when they upgrade to Synapse 1.0, so that we can decide what to do about them.
Docker image doesn't start: Docker image no longer starts if you set SYNAPSE_SMTP_HOST #5430More generally, anyone who has setemail
but notpublic_baseurl
will find synapse doesn't startAnyone using a customtemplates_dir
(and hasemail
set) will find synapse doesn't start (fixed by Make it clearer that the template dir is relative to synapse's root dir #5543)You now need topip install jinja2
: ModuleNotFoundError: No module named 'jinja2' #5431Poor logging: Password resets log that they are sending push notifications #5485Requires a template even when disabled: Synapse requires a password reset template even if the feature is disabled #5496 (?)