Add email to authentication

This commit is contained in:
cuom1999 2023-11-27 19:49:38 -06:00
parent 26f26a1722
commit 39b42a29a4
5 changed files with 241 additions and 221 deletions

View file

@ -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">