canaille-globuzma/tests/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
..
commands Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_about.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py Renamed User.email in User.emails 2023-06-22 15:15:46 +02:00
test_forgotten_password.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_groups.py Renamed User.email in User.emails 2023-06-22 15:15:46 +02:00
test_invitation.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
test_models.py Use a unique identifier to indentify users in URLS 2023-06-29 15:55:39 +02:00
test_password_reset.py Implemented User.preferred_email 2023-06-22 15:24:13 +02:00
test_permissions.py ACL group filter can be simple group name instead of full dn 2023-05-02 16:25:00 +02:00
test_profile_creation.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
test_profile_edition.py inline validation keep the profile indicator icons 2023-06-28 15:42:35 +02:00
test_profile_photo.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
test_profile_settings.py Fixed strings inadvertently refactored 2023-06-22 18:12:54 +02:00