[extensions-web] auth: Re-add Forgot Your Password link



commit 2f69182cb703f5c4a1480ad44e67230e7a6dbd69
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 13 19:48:47 2012 -0400

    auth: Re-add Forgot Your Password link

 sweettooth/auth/templates/registration/login.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/login.html b/sweettooth/auth/templates/registration/login.html
index 9886128..b7dde37 100644
--- a/sweettooth/auth/templates/registration/login.html
+++ b/sweettooth/auth/templates/registration/login.html
@@ -32,5 +32,5 @@
 </form>
 
 <a href="{% url registration_register %}">Register</a>
-<!-- <a href="{% url auth_password_reset %}">Forgot your password?</a> -->
+<a href="{% url auth_password_reset %}">Forgot your password?</a>
 {% endblock %}



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