Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923.

This commit is contained in:
Colin Kuskie 2010-10-25 10:29:16 -07:00
parent afb9efcdda
commit cb952501fc
4 changed files with 6 additions and 1 deletions

View file

@ -646,6 +646,7 @@ sub www_editUser {
-name=>"username",
-label=>$i18n->get(50),
-value=>$username
-extras=>'autocomplete="off"',
);
my %status;
tie %status, 'Tie::IxHash';