[extensions-web] auth: Temporarily remove Forgot Password link



commit 9b1c2669e3f4905551c829e0df766380f3b91e64
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 6 14:06:32 2012 -0400

    auth: Temporarily remove Forgot Password link
    
    Until we figure this out for good, I'm going to stop shooting myself in the foot.

 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 b7dde37..9886128 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]