Turn off autocomplete
This commit is contained in:
parent
8956b17434
commit
01172d6946
@ -7,7 +7,7 @@
|
|||||||
<h2>Login</h2>
|
<h2>Login</h2>
|
||||||
|
|
||||||
<label for="username">Username: </label>
|
<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>
|
<br>
|
||||||
|
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
<h2>Registrasi</h2>
|
<h2>Registrasi</h2>
|
||||||
|
|
||||||
<label for="full_name">Nama Lengkap: </label>
|
<label for="full_name">Nama Lengkap: </label>
|
||||||
<input type="text" name="full_name" value="" placeholder="Type your name" maxlength="50">
|
<input type="text" name="full_name" value="" placeholder="Type your name" maxlength="50" autocomplete="off">
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<label for="username">Username: </label>
|
<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>
|
<br>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user