mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added autocomplete=new-password to more password fields to prevent browser from asking to save passwords
This commit is contained in:
@@ -19,10 +19,9 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<center>
|
||||
<!--<a class="btn btn-primary btn-lg p-3" href="post.php?download_database"><i class="fa fa-fw fa-4x fa-key"></i><br><br>Get AES Master Key</a> -->
|
||||
<form action="post.php" method="POST">
|
||||
<div class="input-group col-3">
|
||||
<input type="password" class="form-control" placeholder="Account Password" name="password" value="" required="">
|
||||
<input type="password" class="form-control" placeholder="Account Password" name="password" autocomplete="new-password" required>
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-group col-3 offset-2">
|
||||
|
||||
Reference in New Issue
Block a user