preventing browser of autofilling the password change form

Closes #5449
This commit is contained in:
Serghei Mihai 2014-10-01 19:54:41 +02:00
parent 9b58dc8370
commit 23e525bf69
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% block content %}
<div id="password_change">
<form method="post">{% csrf_token %}
<form method="post" autocomplete='off'>{% csrf_token %}
<div>
<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>
{% if form.errors %}