mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
At the moment, the email is stored in the `username` field.
Django form-handling looks for the default email
field [0] to find the user email.
If it doesnet find anything, it fails silently
(to avoid leaking information about the users
present in the system, which is a good thing)
The fix was to change the field used to check for the email.
[0]
|
||
---|---|---|
.. | ||
migrations | ||
templates/registration | ||
__init__.py | ||
admin.py | ||
apps.py | ||
forms.py | ||
models.py | ||
urls.py | ||
views.py |