From 6fed6bcbf8e8a7234bfdd45441bfec22c7de3430 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 20 Jun 2008 09:03:44 +0000 Subject: Bug 432916: Expose usermatchmode via WebServices (User.get match argument) Patch By Max Kanat-Alexander r=dkl, a=mkanat --- template/en/default/global/user-error.html.tmpl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 2d5c3b355..804a1913b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1556,6 +1556,16 @@ for at least one component. For this reason, you cannot delete the account at this time. + [% ELSIF error == "user_access_by_id_denied" %] + [% title = "User Access By Id Denied" %] + Logged-out users cannot use the "ids" argument to this function + to access any user information. + + [% ELSIF error == "user_access_by_match_denied" %] + [% title = "User-Matching Denied" %] + Logged-out users cannot use the "match" argument to this function + to access any user information. + [% ELSIF error == "user_login_required" %] [% title = "Login Name Required" %] [% admindocslinks = {'useradmin.html' => 'User administration'} %] @@ -1596,11 +1606,6 @@ [% title = "Illegal User ID" %] User ID '[% userid FILTER html %]' is not valid integer. - [% ELSIF error == "user_access_by_id_denied" %] - [% title = "User Access By Id Denied" %] - Logged-out users cannot use the "ids" argument to this function - to access any user information. - [% ELSE %] [%# Try to find hooked error messages %] -- cgit v1.2.3-24-g4f1b