diff --git a/uffd/selfservice/templates/passwordreset.mail.txt b/uffd/selfservice/templates/passwordreset.mail.txt
index 2cc66e913b3a8c9851afe630ee17933f0a8b8226..658d8aeeceec6eb2c59b95e18ab14f1778f6f14b 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.