Merge pull request #18 from samueldg/enhancement/no_autocompletion
Prevent browser autocompletion of password
This commit is contained in:
commit
c0d1e0ae39
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<section>
|
||||
<div class="page-header"><h1>Password Share</h1></div>
|
||||
<form class="form-horizontal" id="password_create" method="post">
|
||||
<input type="text" id="password" name="password" autofocus="True" placeholder="Share a Password">
|
||||
<input type="text" id="password" name="password" autofocus="True" placeholder="Share a Password" autocomplete="off">
|
||||
<select name="ttl">
|
||||
<option>Week</option>
|
||||
<option>Day</option>
|
||||
|
|
Loading…
Reference in a new issue