[extensions-web] auth: Fix password reset



commit 8a92af4e9d6087301d870d8ea94d6092b3cd1617
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 13 15:51:34 2012 -0400

    auth: Fix password reset
    
    I'm an absolute moron

 .../registration/password_reset_email.html         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/password_reset_email.html b/sweettooth/auth/templates/registration/password_reset_email.html
index f44d11a..ff13c6c 100644
--- a/sweettooth/auth/templates/registration/password_reset_email.html
+++ b/sweettooth/auth/templates/registration/password_reset_email.html
@@ -1,7 +1,7 @@
 You have requested a password reset on {{ site_name }}. Please follow the link
 to reset your password.
 
-  https://extensions.gnome.org/accounts/password/reset/confirm/{{ token }}/
+  https://extensions.gnome.org/{% url auth_password_reset_confirm uidb36=uid token=token %}
 
 Thanks!
   the GNOME Shell Extensions team



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]