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"
|
||||
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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user