From f0ce20f2023ded7f1f2f6be71e663e7943451e8b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 20 Nov 2008 04:11:39 +0000 Subject: [PATCH] =?utf8?q?Bug=20465817:=20The=20sudo=20session=20UI=20lets?= =?utf8?q?=20you=20select=20several=20users=20to=20impersonate=20at=20once?= =?utf8?q?=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dghendricks=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/sudo.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl index 4b7b607e93..36298a94ab 100644 --- a/template/en/default/admin/sudo.html.tmpl +++ b/template/en/default/admin/sudo.html.tmpl @@ -52,10 +52,9 @@ [% INCLUDE global/userselect.html.tmpl id => "target_login" name => "target_login" - value => "$target_login_default" + value => target_login_default accesskey => "u" size => 30 - multiple => 5 %]

-- 2.47.2