Browse Source

It is now OK to autocomplete email fields.

pull/193/head
Pēteris Caune 6 years ago
parent
commit
ba1357bcdc
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      templates/accounts/login.html

+ 3
- 2
templates/accounts/login.html View File

@ -30,7 +30,7 @@
name="identity"
value="{{ magic_form.email.value|default:"" }}"
placeholder="[email protected]"
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="[email protected]">
placeholder="[email protected]"
autocomplete="email">
<input
type="password"


Loading…
Cancel
Save