Changes between Version 5 and Version 6 of Ticket #36901, comment 6
- Timestamp:
- Apr 13, 2026, 5:36:21 AM (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36901, comment 6
v5 v6 10 10 3 - Refactor authenticate and aauthenticate in **django.contrib.auth.backends.py** to use ''check_password_with_timing_attack_mitigation , acheck_password_with_timing_attack_mitigation '' . 11 11 4 - Adding some test to make sure that hasher is called once for inactive_user and custom_user without is_active attribute 12 5 - Update the release doc for 6.1 or 6.2 12 13 13 14 NB :