Projet

Général

Profil

0001-preventing-browser-of-autofilling-the-password-chang.patch

Serghei Mihai, 01 octobre 2014 20:02

Télécharger (1,01 ko)

Voir les différences:

Subject: [PATCH] preventing browser of autofilling the password change form

Closes #5449
 calebasse/templates/registration/password_change_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
calebasse/templates/registration/password_change_form.html
13 13
{% block content %}
14 14
<div id="password_change">
15 15

  
16
  <form method="post">{% csrf_token %}
16
  <form method="post" autocomplete='off'>{% csrf_token %}
17 17
    <div>
18 18
      <p>{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
19 19
      {% if form.errors %}
20
-