diff options
author | wurblzap%gmail.com <> | 2007-08-03 05:38:37 +0200 |
---|---|---|
committer | wurblzap%gmail.com <> | 2007-08-03 05:38:37 +0200 |
commit | 6a58d3ebb9fc536ba8c16a374787077f21b94c89 (patch) | |
tree | f54f1d4bfe52985e56cae42860966bc3c7048edb /template/en/default/global | |
parent | 037a33e69b2d25f83d1fdd16bab2068a391205eb (diff) | |
download | bugzilla-6a58d3ebb9fc536ba8c16a374787077f21b94c89.tar.gz bugzilla-6a58d3ebb9fc536ba8c16a374787077f21b94c89.tar.xz |
Bug 380187 â Bugzilla should support RADIUS authentication.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a7b65b0f1..51f52b4fe 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -337,6 +337,9 @@ outside the package. This function may only be called from a subclass of <code>[% superclass FILTER html %]</code>. + [% ELSIF error == "radius_preparation_error" %] + An error occurred while preparing for a RADIUS authentication request: + <code>[% errstr FILTER html %]</code>. [% ELSIF error == "unknown_comparison_type" %] Specified comparison type is not supported. |