mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 03:42:26 +02:00
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
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]
|
||
---|---|---|
docs | ||
la_chariotte | ||
.coveragerc | ||
.gitignore | ||
.gitlab-ci.yml | ||
.readthedocs.yaml | ||
CHANGELOG.md | ||
chariotte-v0-data.sql | ||
conftest.py | ||
Dockerfile | ||
LICENSE | ||
manage.py | ||
mkdocs.yml | ||
pyproject.toml | ||
README.md | ||
requirements-dev.txt | ||
requirements.txt |
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.