#16001 - add autocomplete attributes on signon example

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-03-10 21:29:45 +01:00
parent e6e2f1e298
commit 3ff5a46ce9
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -57,8 +57,8 @@ if (isset($_POST['user'])) {
}
?>
<form action="signon.php" method="post">
Username: <input type="text" name="user"><br>
Password: <input type="password" name="password"><br>
Username: <input type="text" name="user" autocomplete="username"><br>
Password: <input type="password" name="password" autocomplete="current-password"><br>
Host: (will use the one from config.inc.php by default)
<input type="text" name="host"><br>
Port: (will use the one from config.inc.php by default)