summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-09-15 00:18:27 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-09-15 00:18:27 +0200
commit3db657e09abf354416cad4d42030167c0b8585f6 (patch)
tree652a86592fab8b85d53e77565e93fcf274ad2016 /template
parenta72defcf1b5f54c7da369c8fac49db1b350b6a0d (diff)
downloadbugzilla-3db657e09abf354416cad4d42030167c0b8585f6.tar.gz
bugzilla-3db657e09abf354416cad4d42030167c0b8585f6.tar.xz
Bug 1185241: Logging out when or after impersonating a user doesn't delete cookies from the logincookies table correctly
r=dkl
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/sudo.html.tmpl17
1 files changed, 6 insertions, 11 deletions
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl
index 8cdfb5204..8f7e3fcea 100644
--- a/template/en/default/admin/sudo.html.tmpl
+++ b/template/en/default/admin/sudo.html.tmpl
@@ -17,9 +17,9 @@
<p>
The <b>sudo</b> feature of Bugzilla allows you to impersonate a
- user for a short time While an sudo session is in progress, every action you
- perform will be taking place as if you had logged in as the user whom will be
- impersonating.
+ user for a short time. While a sudo session is in progress, every action you
+ perform will be taking place as if you had logged in as the user who will be
+ impersonated.
</p>
<p class="areyoureallyreallysure">
@@ -67,12 +67,8 @@
[% IF user.authorizer.can_login %]
<p>
- Finally, enter <label for="Bugzilla_password">your [% terms.Bugzilla %]
- password</label>:
- <input type="hidden" name="Bugzilla_login" value="[% user.login FILTER html %]">
- <input type="password" id="Bugzilla_password" name="Bugzilla_password" size="20" required>
- <input type="hidden" name="Bugzilla_login_token"
- value="[% login_request_token FILTER html %]">
+ Finally, enter <label for="password">your [% terms.Bugzilla %] password</label>:
+ <input type="password" id="password" name="password" size="20" required>
<br>
This is done for two reasons. First of all, it is done to reduce
the chances of someone doing large amounts of damage using your
@@ -80,9 +76,8 @@
time to consider if you really need to use this feature.
</p>
[% END %]
-
+
<p>
- Click the button to begin the session:
<input type="submit" id="begin_sudo" value="Begin Session">
<input type="hidden" name="action" value="begin-sudo">
<input type="hidden" name="token" value="[% token FILTER html %]">