It is now OK to autocomplete email fields.

This commit is contained in:
Pēteris Caune 2018-10-12 11:54:39 +03:00
parent 9214265136
commit ba1357bcdc
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -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"