From e686d9be8b4d78bcc7348323f0ddc45f5548178d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 19 Aug 2024 13:56:56 -0500 Subject: Show "Forgot Password" link. Provide the user with the "Forgot Password" link, if the backend supports it. --- gn_auth/templates/oauth2/authorise-user.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'gn_auth/templates') diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index d69bdd4..07edb73 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -29,7 +29,14 @@ - - + +
+ + {%if display_forgot_password%} + Forgot Password + {%endif%} +
{%endblock%} -- cgit v1.2.3