summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/ldap-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/auth/ldap-error.html.tmpl')
-rw-r--r--template/en/default/account/auth/ldap-error.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/account/auth/ldap-error.html.tmpl b/template/en/default/account/auth/ldap-error.html.tmpl
index 7615fb326..cc21ba277 100644
--- a/template/en/default/account/auth/ldap-error.html.tmpl
+++ b/template/en/default/account/auth/ldap-error.html.tmpl
@@ -25,6 +25,8 @@
# of the error.
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% SWITCH auth_err_tag %]
[% CASE "cannot_retreive_attr" %]
The specified LDAP attribute [% info.attr FILTER html %] was not found.
@@ -36,12 +38,12 @@
[% END %]
[% CASE "no_userid" %]
- Bugzilla created a new account for you, but then could not find the
+ [% terms.Bugzilla %] created a new account for you, but then could not find the
new userid.
[% CASE "server_not_defined" %]
The LDAP server for authentication has not been defined.
-
+
[% CASE %]
Unhandled authentication error: [% auth_err_tag FILTER html %]