diff options
author | dkl%redhat.com <> | 2008-05-29 09:17:04 +0000 |
---|---|---|
committer | dkl%redhat.com <> | 2008-05-29 09:17:04 +0000 |
commit | 33e2f4f610bf2ae0b1936dee85186052f3ead9e4 (patch) | |
tree | 984e8126a5f1d5ab3aa42be95636acfefc72d668 /template | |
parent | 5aba1b12a34c1fde3a99b3db781dbae3f0d1259f (diff) | |
download | bugs-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar bugs-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.gz bugs-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.bz2 bugs-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.xz bugs-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.zip |
Bug 412725: WebService functions to get information about a User
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 10 |
1 files changed, 8 insertions, 2 deletions
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 %] |