From d56b0a1223e4211c49a312898ac867b2bf7df7ec Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 14:50:50 +0000 Subject: Bugfixes for email --- app/templates/email/reset_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates') diff --git a/app/templates/email/reset_password.html b/app/templates/email/reset_password.html index 5ce604d..c76cfeb 100644 --- a/app/templates/email/reset_password.html +++ b/app/templates/email/reset_password.html @@ -6,7 +6,7 @@ .

Alternatively, you can paste the following link in your browser's address bar:

-

{{ 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.

Sincerely,

The AnnotateChange Team

-- cgit v1.2.3