From: karl%kornel.name <>
Date: Thu, 10 Nov 2005 07:29:22 +0000 (+0000)
Subject: Bug 313677: Sudoers without editusers/bless access see no link to sudo page - Patch...
X-Git-Tag: bugzilla-2.22rc1~156
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3832c3c2aee08ae7f1b447a19ac106a306542fe4;p=thirdparty%2Fbugzilla.git
Bug 313677: Sudoers without editusers/bless access see no link to sudo page - Patch by A. Karl Kornel r=jouni a=myk
---
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 46d4559ec8..2de04328df 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -70,6 +70,12 @@
[% END %]
+
+ [% IF user.groups.bz_sudoers %]
+
+ You are a member of the bz_sudoers group, so you can
+ impersonate someone else.
+ [% END %]