@@ -1048,7 +1048,7 @@ function autocomplete()
if ($("input").length) {
$("input").each(function()
{
- $(this).attr('autocomplete', 'new-password');
+ $(this).attr('autocomplete', 'off');
});
}
if($("input[complete]").length)