Rework auth package

This commit is contained in:
Patrick Jentsch
2020-02-19 16:24:58 +01:00
parent c90cd4d8a3
commit 3b798cb617
10 changed files with 190 additions and 123 deletions

View File

@@ -2,7 +2,7 @@ Dear {{ user.username }},
To reset your password click on the following link:
{{ url_for('auth.password_reset', token=token, _external=True) }}
{{ url_for('auth.reset_password', token=token, _external=True) }}
If you have not requested a password reset simply ignore this message.