Gross but necessary hack to prevent Safari's autofill in the signup form

This commit is contained in:
Victoria Wang 2014-11-22 03:08:09 -06:00
parent d2ec02a0e6
commit 76a56598bd

View file

@ -161,8 +161,8 @@
<hr />
<div class="siteCreateInputs">
<label for="create-Input">Username</label>
<input type="text" name="prevent_autofill_username" id="prevent_autofill_username" value="" class="hidden" />
<input type="password" name="prevent_autofill_password" id="prevent_autofill_password" value="" class="hidden" />
<input type="text" name="prevent_autofill_username" id="prevent_autofill_username" value="" style="position:absolute; top:-1000px;" />
<input type="password" name="prevent_autofill_password" id="prevent_autofill_password" value="" style="position:absolute; top:-1000px;" />
<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>