mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Prevent ugly chrome autofill behavior in signup form via ridiculous hack
This commit is contained in:
parent
58131f4964
commit
3613991fc2
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@
|
|||
<hr />
|
||||
<div class="siteCreateInputs">
|
||||
<label for="create-Input">Username</label>
|
||||
<input type="text" name="prevent_autofill" id="prevent_autofill_username" value="" class="hidden" />
|
||||
<input type="password" name="password_fake" id="prevent_autofill_password" value="" class="hidden" />
|
||||
<input type="text" class="input-Area" id="create-Input" name="username" placeholder="my-site-name" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||||
<label for="create-Input" id="domain-name">.neocities.org</label>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue