forked from GithubBackups/healthchecks
Disable autocomplete for email fields.
This commit is contained in:
parent
4acd6a16e8
commit
371eebe1f2
@ -29,7 +29,8 @@
|
|||||||
class="form-control input-lg"
|
class="form-control input-lg"
|
||||||
name="identity"
|
name="identity"
|
||||||
value="{{ magic_form.email.value|default:"" }}"
|
value="{{ magic_form.email.value|default:"" }}"
|
||||||
placeholder="you@example.org">
|
placeholder="you@example.org"
|
||||||
|
autocomplete="off">
|
||||||
|
|
||||||
<p id="link-instruction">
|
<p id="link-instruction">
|
||||||
We will email you a magic sign in link.
|
We will email you a magic sign in link.
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
type="email"
|
type="email"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
name="identity"
|
name="identity"
|
||||||
autocomplete="email"
|
autocomplete="off"
|
||||||
placeholder="Email">
|
placeholder="Email">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -457,7 +457,7 @@
|
|||||||
type="email"
|
type="email"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
name="identity"
|
name="identity"
|
||||||
autocomplete="email"
|
autocomplete="off"
|
||||||
placeholder="Email">
|
placeholder="Email">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user