aboutsummaryrefslogtreecommitdiff
path: root/app/templates/email/reset_password.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/email/reset_password.txt')
-rw-r--r--app/templates/email/reset_password.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/email/reset_password.txt b/app/templates/email/reset_password.txt
index da1330f..0f7b0e7 100644
--- a/app/templates/email/reset_password.txt
+++ b/app/templates/email/reset_password.txt
@@ -2,7 +2,7 @@ Dear {{ user.username }},
To reset your password click on the following link:
-{{ url_for('reset_password', token=token, _external=True) }}
+{{ url_for('auth.reset_password', token=token, _external=True) }}
If you have not requested a password reset then you can simply ignore this email.