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