From 3db657e09abf354416cad4d42030167c0b8585f6 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 15 Sep 2015 00:18:27 +0200 Subject: Bug 1185241: Logging out when or after impersonating a user doesn't delete cookies from the logincookies table correctly r=dkl --- template/en/default/admin/sudo.html.tmpl | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'template') 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 @@

The sudo 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.

@@ -67,12 +67,8 @@ [% IF user.authorizer.can_login %]

- Finally, enter : - - - + Finally, enter : +
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.

[% END %] - +

- Click the button to begin the session: -- cgit v1.2.3-24-g4f1b