From 33e2f4f610bf2ae0b1936dee85186052f3ead9e4 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Thu, 29 May 2008 09:17:04 +0000 Subject: Bug 412725: WebService functions to get information about a User Patch by Noura Elhawary - r=mkanat, a=mkanat --- template/en/default/global/user-error.html.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 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 d58988edf..6c3ed7dbc 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -192,8 +192,9 @@ a sudo session [% ELSIF object == "timetracking_summaries" %] time-tracking summary reports - [% ELSIF object == "user" %] - the user you specified + [% ELSIF object == "user" %] + the user [% IF userid %] with ID '[% userid FILTER html %]' + [% ELSE %]you specified [% END %] [% ELSIF object == "users" %] users [% ELSIF object == "versions" %] @@ -1590,6 +1591,11 @@ [% 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