From fef0060251cb3443914b9dee284e9c7fadae6352 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 10 Jan 2017 14:14:07 +0000 Subject: [PATCH] Added password reset links in 2 places; on the login form and in the User menu -- it's not been really easy to find that page. - Legacy-Id: 12638 --- ietf/templates/base/menu_user.html | 1 + ietf/templates/registration/login.html | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ietf/templates/base/menu_user.html b/ietf/templates/base/menu_user.html index 0814c517d..79f1a72c5 100644 --- a/ietf/templates/base/menu_user.html +++ b/ietf/templates/base/menu_user.html @@ -19,6 +19,7 @@
  • Edit profile
  • {% else %}
  • Sign in
  • +
  • Password reset
  • {% endif %} {% endif %} diff --git a/ietf/templates/registration/login.html b/ietf/templates/registration/login.html index 53d2b7037..e64d9423e 100644 --- a/ietf/templates/registration/login.html +++ b/ietf/templates/registration/login.html @@ -15,7 +15,16 @@ {% bootstrap_form form %} {% buttons %} - + + + + + +
    + + + Forgot your password? Request a reset. +
    {% endbuttons %}