Add email to authentication
This commit is contained in:
parent
26f26a1722
commit
39b42a29a4
5 changed files with 241 additions and 221 deletions
|
@ -6,7 +6,7 @@
|
|||
{% csrf_token %}
|
||||
{% if form.errors %}
|
||||
<div id="form-errors">
|
||||
<p class="error">{{ _('Invalid username or password.') }}</p>
|
||||
<p class="error">{{ _('Invalid username/email or password.') }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<table border="0" style="text-align:left">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue