From 890d55db8d3be6aefee9d8ead4dc66d1fa1f64d4 Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Sun, 19 Jul 2020 17:46:14 +0200
Subject: [PATCH] fixed password reset link

---
 uffd/selfservice/templates/passwordreset.mail.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uffd/selfservice/templates/passwordreset.mail.txt b/uffd/selfservice/templates/passwordreset.mail.txt
index 2cc66e91..658d8aee 100644
--- a/uffd/selfservice/templates/passwordreset.mail.txt
+++ b/uffd/selfservice/templates/passwordreset.mail.txt
@@ -1,7 +1,7 @@
 Hi {{ user.displayname }},
 
 you have requested a password reset.
-To reset your password, visit this url: {{ url_for('selfservice.self_token_password', token=token, _external=True) }} 
+To reset your password, visit this url: {{ url_for('selfservice.token_password', token=token, _external=True) }} 
 **Please note this link is only valid for 48h**
 
 If you did not request a password reset, you do not need to do anything.
-- 
GitLab