Added plaintext warning to password form.

Typo corrections.
This commit is contained in:
Adarnof
2016-01-06 07:07:49 +00:00
parent 0586f0f6d5
commit ae75f60ae9
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<div class="container-fluid">
<div class="col-md-4 col-md-offset-4">
<div class="row">
<p>Enter your desired password.</p>
<p>Passwords are stored as plain text. Don't re-use another password.</p>
<form class="form-signin" role="form" action="" method="POST"
onsubmit="submitbutton.disabled = true; return true;">
{% csrf_token %}