From 10e8ee5957528a24f817410b495f0dfc71a3c510 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 4 May 2006 13:10:54 +0000 Subject: [PATCH] fixed the autocomplete problem --- lib/WebGUI/Operation/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 82b7833ef..238f7259f 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -309,7 +309,7 @@ sub www_editUser { "groups"=> { label=>$i18n->get('89')}, ); my $tabform = WebGUI::TabForm->new($session,\%tabs); - + $tabform->formHeader({extras=>'autocomplete="off"'}); my $u = WebGUI::User->new($session,($uid eq 'new') ? '' : $uid); #Setting uid to '' when uid is 'new' so visitor defaults prefill field for new user my $username = $u->userId eq '1' ? '' : $u->username; $session->stow->set("editUser_UID", $uid);