This commit is contained in:
Patrick Jentsch
2020-02-24 17:32:20 +01:00
parent 8f209374ab
commit 697a9e3108
8 changed files with 79 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
Dear {{ user.username }},
To reset your password click on the following link:
to reset your password click on the following link:
{{ url_for('auth.reset_password', token=token, _external=True) }}