From e0f1d53bb7aed17dd3a932cca6b933b94a6d1e5b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 17 Jun 2016 10:47:18 +0100 Subject: Add forgotten password help to general auth page. Match the help given in new report/update form. --- templates/web/base/auth/general.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/web/base/auth/general.html b/templates/web/base/auth/general.html index 253dc26a1..a8bf8f1e0 100644 --- a/templates/web/base/auth/general.html +++ b/templates/web/base/auth/general.html @@ -86,8 +86,15 @@ - - +
+ + +
+ +
+

[% loc('Forgotten your password?') %] + [% loc('Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated.') %]

+
[% END %] -- cgit v1.2.3