From ba982816c091a0e92a196193fc8675d894197ced Mon Sep 17 00:00:00 2001 From: Brian Read Date: Mon, 20 Jan 2025 19:55:29 +0000 Subject: [PATCH] Make autocomplete=off in password fields --- Templates/html_controls.html.ep.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/html_controls.html.ep.xml b/Templates/html_controls.html.ep.xml index 112152c..9b140c5 100644 --- a/Templates/html_controls.html.ep.xml +++ b/Templates/html_controls.html.ep.xml @@ -122,7 +122,7 @@ %=l('${Label}') % param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}'; - %=password_field '${Name}', class => 'pass${type_serial} sme-password' + %=password_field '${Name}', class => 'pass${type_serial} sme-password', autocomplete => 'off'

]]>