This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Problems with the password-reset email feature #5444
Labels
z-bug
(Deprecated Label)
Comments
This is intentional, but I do see it as a problem in the context of the Docker image. Hopefully we can fix that separately. |
This was referenced Jun 24, 2019
anoadragon453
added a commit
that referenced
this issue
Jun 24, 2019
Updates the v1.0.0 changelog to provide more information to those upgrading to v1.0 on why they may receive errors or find their password reset abilities have now been disabled. Helps address #5444
We decided this wasn't a big problem, but did decide to make the error message clearer (#5616) |
all done! thanks @anoadragon453 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 (?)The text was updated successfully, but these errors were encountered: