diff --git a/templates/accounts/login.html b/templates/accounts/login.html index edc3a766..3049b67e 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -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">
We will email you a magic sign in link. diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 0ef5d604..dc6bf999 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -139,7 +139,7 @@ type="email" class="form-control" name="identity" - autocomplete="email" + autocomplete="off" placeholder="Email"> @@ -457,7 +457,7 @@ type="email" class="form-control" name="identity" - autocomplete="email" + autocomplete="off" placeholder="Email">