mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +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]
|
||
---|---|---|
.. | ||
accounts | ||
helpers | ||
order | ||
static | ||
templates | ||
__init__.py | ||
asgi.py | ||
context_processors.py | ||
settings.py | ||
urls.py | ||
wsgi.py |