Disable autocomplete for email fields.

This commit is contained in:
Pēteris Caune 2018-10-11 11:32:02 +03:00
parent 4acd6a16e8
commit 371eebe1f2
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,8 @@
class="form-control input-lg"
name="identity"
value="{{ magic_form.email.value|default:"" }}"
placeholder="you@example.org">
placeholder="you@example.org"
autocomplete="off">
<p id="link-instruction">
We will email you a magic sign in link.

View File

@ -139,7 +139,7 @@
type="email"
class="form-control"
name="identity"
autocomplete="email"
autocomplete="off"
placeholder="Email">
</div>
</div>
@ -457,7 +457,7 @@
type="email"
class="form-control"
name="identity"
autocomplete="email"
autocomplete="off"
placeholder="Email">
</div>
</div>