canaille-globuzma/canaille/core
Éloi Rivard 053156ec18
feat: additional messages on password endpoint errors
when attempt_login is not found on the session, add a warning to be
displayed on the login page after redirection
2024-04-09 09:20:38 +02:00
..
endpoints feat: additional messages on password endpoint errors 2024-04-09 09:20:38 +02:00
templates refactor: user permissions lazy loading 2024-04-07 15:21:32 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
commands.py chore: use isort instead of reoder-python-imports 2024-03-15 19:58:37 +01:00
configuration.py refactor: prefer typing.get_type_hints to __annotations__ 2024-04-06 23:22:38 +02:00
mails.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
models.py refactor: move User.check_password and User.set_password methods to Backend 2024-04-07 20:17:15 +02:00
populate.py fix: use one single faker generator for fake groups generation 2024-03-31 00:12:56 +01:00