Find a file
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
docs docs: use mkdocs 2023-12-20 22:02:25 +01:00
la_chariotte fix: send reset emails 2023-12-21 22:13:21 +00:00
.coveragerc create gitlab-ci.yml 2023-04-18 16:03:57 +02:00
.gitignore Add package{,-lock}.json to the gitignore. 2023-08-14 11:47:05 +02:00
.gitlab-ci.yml ajout d'une vue pour ajouter la distribution à son agenda 2023-09-17 11:14:08 +00:00
.readthedocs.yaml docs: use mkdocs 2023-12-20 22:02:25 +01:00
CHANGELOG.md do not specify changes in CHANGELOG before v1 2023-08-14 08:39:43 +00:00
chariotte-v0-data.sql dump data for v0 2023-06-05 14:33:30 +02:00
conftest.py tests and test fixtures 2023-04-19 18:13:44 +02:00
Dockerfile install gettext in Docker image 2023-07-31 14:11:08 +00:00
LICENSE license file and info 2023-03-30 16:54:42 +02:00
manage.py install black and format files 2023-04-18 16:01:10 +02:00
mkdocs.yml docs: use mkdocs 2023-12-20 22:02:25 +01:00
pyproject.toml docs: use mkdocs 2023-12-20 22:02:25 +01:00
README.md docs: use mkdocs 2023-12-20 22:02:25 +01:00
requirements-dev.txt ajout d'une vue pour ajouter la distribution à son agenda 2023-09-17 11:14:08 +00:00
requirements.txt [chore] pin weasyprint to not depend on latest libpango 2023-12-05 13:50:16 +01:00

La Chariotte

La Chariotte is a web application to handle grouped orders.

This project has been initially developped and published by [Hashbang](https:// hashbang.fr/) under an Affero GPLv3 license, and is now maintained and developed by a team of volunteers.