forked from GithubBackups/healthchecks
It is now OK to autocomplete email fields.
This commit is contained in:
parent
9214265136
commit
ba1357bcdc
@ -30,7 +30,7 @@
|
|||||||
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">
|
autocomplete="email">
|
||||||
|
|
||||||
<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.
|
||||||
@ -67,7 +67,8 @@
|
|||||||
class="form-control input-lg"
|
class="form-control input-lg"
|
||||||
name="email"
|
name="email"
|
||||||
value="{{ form.email.value|default:"" }}"
|
value="{{ form.email.value|default:"" }}"
|
||||||
placeholder="you@example.org">
|
placeholder="you@example.org"
|
||||||
|
autocomplete="email">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="password"
|
type="password"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user