summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/permissions.html.tmpl
diff options
context:
space:
mode:
authorkarl%kornel.name <>2005-11-20 10:31:35 +0100
committerkarl%kornel.name <>2005-11-20 10:31:35 +0100
commit3b2f0ca83f4670d408902a00bfe4264cee5c57aa (patch)
tree3b684b276d8f99f718c93df6cd75bc8463afbd89 /template/en/default/account/prefs/permissions.html.tmpl
parent5ad7900f7b12f1b81bdc068282b7106be8aae407 (diff)
downloadbugzilla-3b2f0ca83f4670d408902a00bfe4264cee5c57aa.tar.gz
bugzilla-3b2f0ca83f4670d408902a00bfe4264cee5c57aa.tar.xz
Bug 312441: relogin.cgi allows you to impersonate user accounts you are not allowed to see when 'usevisibilitygroups' is on - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/account/prefs/permissions.html.tmpl')
-rw-r--r--template/en/default/account/prefs/permissions.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 2de04328d..dd6e1785b 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -74,7 +74,7 @@
[% IF user.groups.bz_sudoers %]
<br>
You are a member of the <b>bz_sudoers</b> group, so you can
- <a href="relogin.cgi?action=sudo">impersonate someone else</a>.
+ <a href="relogin.cgi?action=prepare-sudo">impersonate someone else</a>.
[% END %]
</td>
</tr>