summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authordkl%redhat.com <>2008-05-29 11:17:04 +0200
committerdkl%redhat.com <>2008-05-29 11:17:04 +0200
commit33e2f4f610bf2ae0b1936dee85186052f3ead9e4 (patch)
tree984e8126a5f1d5ab3aa42be95636acfefc72d668 /template
parent5aba1b12a34c1fde3a99b3db781dbae3f0d1259f (diff)
downloadbugzilla-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.gz
bugzilla-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.xz
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.tmpl10
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 %]