diff options
author | Tiago Mello <timello@gmail.com> | 2011-07-25 20:52:00 -0300 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-07-25 20:52:00 -0300 |
commit | e4a16503fd26ec1f64b6206cd1775a295eb30a5c (patch) | |
tree | 68c60bac030d57009b3f4d3cf96c47c3fbfdaff3 /template/en/default/global/user-error.html.tmpl | |
parent | 27b98ef11ca76fb4dde01a6bf9c5f31a89b5da99 (diff) | |
download | bugs-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar bugs-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar.gz bugs-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar.bz2 bugs-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.tar.xz bugs-e4a16503fd26ec1f64b6206cd1775a295eb30a5c.zip |
Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl template
r/a=mkanat
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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 52bacc457..e6f69dca4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -218,6 +218,8 @@ versions [% ELSIF object == "workflow" %] the workflow + [% ELSE %] + [%+ Hook.process('auth_failure_object') %] [% END %]. [% Hook.process("auth_failure") %] |