Skip to content
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.

Names of password reset HTML templates in config doesn't match python code #5833

Closed
@anoadragon453

Description

@anoadragon453

Synapse is currently trying to put the wrong thing out of the email config for password reset templates.

What it's actually called (password_reset_template_success_html):

# #password_reset_template_success_html: password_reset_success.html

What it tries to pull out (password_reset_success_template):

"password_reset_success_template", "password_reset_success.html"

It's the same situation for the failure template.

Therefore, if someone tries to set up custom password reset success/failure pages, Synapse won't take them and consider using the defaults.

The only reason I don't think anyone's reported this yet is because they haven't had the desire to change their password reset success/failure pages from the default.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions