Password autocompletion

Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
This commit is contained in:
Dylan Sealy
2021-04-21 22:38:51 +02:00
parent cf6a59d63f
commit 4fc8f283f6

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">