#16001 - add autocomplete attributes on signon example
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
e6e2f1e298
commit
3ff5a46ce9
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user