From 6b6c8c06c64d25dca019d9270695da428e19c1cd Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Tue, 9 Jan 2007 09:42:34 +0000 Subject: Bug 364858 - "Add hook in user-error.html.tmpl for text after "auth_failure" message" [p=reed r=gerv a=justdave] --- 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 f48227521..b2a3624b2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -198,6 +198,8 @@ versions [% END %]. + [% Hook.process("auth_failure") %] + [% ELSIF error == "attachment_deletion_disabled" %] [% title = "Attachment Deletion Disabled" %] Attachment deletion is disabled on this installation. -- cgit v1.2.3-24-g4f1b