summary refs log tree commit diff
path: root/synapse/res/templates/password_reset_confirmation.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML templates missing correct HTML tags (#14448)Erik Johnston2022-11-161-0/+1
|
* Improve aesthetics and reusability of HTML templates. (#13652)Germain2022-10-211-10/+4
| | | | | | | Use a base template to create a cohesive feel across the HTML templates provided by Synapse. Adds basic styling to the base template for a more user-friendly look and feel.
* Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-111-2/+6
|
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-0/+16
This PR adds a confirmation step to resetting your user password between clicking the link in your email and your password actually being reset. This is to better align our password reset flow with the industry standard of requiring a confirmation from the user after email validation.