canaille-globuzma/canaille/core
Éloi Rivard 57af18d557 Use a unique identifier to indentify users in URLS
Previously we used the uid since we supposed this value was always
valid, but some users user the mail attribute as the User RDN in their
OpenLDAP installation, and do not have a uuid.
2023-06-29 15:55:39 +02:00
..
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
account.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
admin.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
commands.py Split commands in their dedicated modules 2023-04-09 21:58:11 +02:00
forms.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
groups.py Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
mails.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
models.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
populate.py Renamed User.phone_number in User.phone_numbers 2023-06-22 15:33:03 +02:00