canaille-globuzma/tests/core
Félix Rohrlich 36c73dd3ef Merge branch '173-intruder-lockout-2' into 'main'
Implement intruder lockout

Closes #173

See merge request yaal/canaille!194
2024-12-16 15:32:21 +00:00
..
commands refactor: move BackendModel.delete to Backend.delete 2024-05-03 22:22:08 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_auth.py refactor : added proper security logging level and refactored change email logging 2024-10-21 11:17:55 +02:00
test_email_confirmation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_email_sms_otp.py feat : Added sms OTP authentication and multi-factor authentication methods chaining 2024-12-10 11:27:18 +01:00
test_firstlogin.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_forgotten_password.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_groups.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_intruder_lockout.py feat : Added intruder lockout login delay 2024-12-10 14:23:11 +01:00
test_invitation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_misc.py fix: JAVASCRIPT and HTMX configuration settings were ignored 2024-04-09 12:07:00 +02:00
test_models.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_password_reset.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_permissions.py refactor: move BackendModel.reload to Backend.reload 2024-05-03 22:25:20 +02:00
test_profile_creation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_edition.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_photo.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_settings.py feat: Added email OTP authentication 2024-12-10 11:27:18 +01:00
test_registration.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_totp_hotp.py doc: prefer 'multi-factor' over 'two-factor' term 2024-12-12 12:04:40 +01:00