Merge pull request #1785 from DylanSealy/autocomplete

Password autocompletion
This commit is contained in:
DL6ER
2021-04-24 08:05:34 +02:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@
<div class="panel-body">
<form action="" id="loginform" method="post">
<div class="form-group has-feedback <?php if ($wrongpassword) { ?>has-error<?php } ?>">
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" autofocus>
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" autocomplete="current-password" autofocus>
<span class="fa fa-key form-control-feedback"></span>
</div>
<div class="row">