mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 17:46:20 +01:00
Added plaintext warning to password form.
Typo corrections.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user