Skip to content

Commit

Permalink
Disable autocomplete on hidden fields refs #2347
Browse files Browse the repository at this point in the history
  • Loading branch information
moreamazingnick authored Jan 9, 2025
1 parent de8fe10 commit 6c8f326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/helpers/FormStoredPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function formStoredPassword($name, $value = null, $attribs = null)
'type' => 'password',
'name' => "{$name}[_value]",
'id' => $id,
'autocomplete' => 'new-password'
]);
$res->add($el);

Expand Down

0 comments on commit 6c8f326

Please sign in to comment.