summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreed%reedloden.com <>2007-01-09 10:42:34 +0100
committerreed%reedloden.com <>2007-01-09 10:42:34 +0100
commit6b6c8c06c64d25dca019d9270695da428e19c1cd (patch)
tree5349cf33be86a5a3e0ba8139479b0ff87affe2d0
parent3aae42b3700e7ce77fb49c72efdb33eb57ff5e46 (diff)
downloadbugzilla-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar.gz
bugzilla-6b6c8c06c64d25dca019d9270695da428e19c1cd.tar.xz
Bug 364858 - "Add hook in user-error.html.tmpl for text after "auth_failure" message" [p=reed r=gerv a=justdave]
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 2 insertions, 0 deletions
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.