From 74e5bb616ee233823586ccec4ec9d9f3b6aa9295 Mon Sep 17 00:00:00 2001
From: Hugo Seabrook <hugo.seabrook@gmail.com>
Date: Sun, 16 Dec 2012 15:12:18 +0100
Subject: [PATCH] Bug 605086: Messages about wrong login-attemps should refer
 to the forget password (reset password) functionality r/a=LpSolit

---
 template/en/default/global/user-error.html.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 145b6ea4f..6e5e01354 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1046,6 +1046,8 @@
       [%+ remaining FILTER html %] more attempt(s), you will be
       locked out of this account for 
       [%+ constants.LOGIN_LOCKOUT_INTERVAL FILTER html %] minutes.
+      To avoid being locked out, you can reset your password using
+      the "Forgot Password" link.
     [% END %]
 
   [% ELSIF error == "json_rpc_get_method_required" %]
-- 
2.24.1