Turn off autocomplete
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<h2>Login</h2>
|
||||
|
||||
<label for="username">Username: </label>
|
||||
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25">
|
||||
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25" autocomplete="off">
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user