Skip to content

Commit

Permalink
disable autocomplete for passwords #1330
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Aug 14, 2018
1 parent 41d0163 commit ea81399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/plugins/default/forms/login.php
Expand Up @@ -16,7 +16,7 @@

<div>
<label> <?php echo ossn_print('password'); ?> </label>
<input type="password" name="password"/>
<input type="password" name="password" autocomplete="off" />
</div>

<input type="submit" value="<?php echo ossn_print('site:login');?>" class="ossn-button ossn-button-submit"/>
Expand Down

0 comments on commit ea81399

Please sign in to comment.