la-chariotte/la_chariotte
Alexis Métaireau e8d99ea74c fix: send reset emails
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] eea4f92f9a/django/contrib/auth/forms.py (L326-L337)
2023-12-21 22:13:21 +00:00
..
accounts fix: send reset emails 2023-12-21 22:13:21 +00:00
helpers Speedup the tests by using a weaker hash algorythm 2023-08-15 19:43:17 +02:00
mail chore: cleanup imports 2023-12-21 16:43:02 +00:00
order chore: cleanup imports 2023-12-21 16:43:02 +00:00
static Grouped Order descriptions keeps carriage returns 2023-09-12 08:15:32 +00:00
templates correct link to about_chariotte page on dashboard 2023-08-29 12:08:57 +00:00
__init__.py change version to 1.0.1 2023-08-29 14:35:07 +02:00
asgi.py install black and format files 2023-04-18 16:01:10 +02:00
context_processors.py Specify version in la_chariotte.__version__ only 2023-08-14 11:58:11 +02:00
settings.py docs: use mkdocs 2023-12-20 22:02:25 +01:00
urls.py chore: cleanup imports 2023-12-21 16:43:02 +00:00
wsgi.py install black and format files 2023-04-18 16:01:10 +02:00