Changes between Version 2 and Version 3 of Ticket #34565
- Timestamp:
- May 14, 2023, 2:27:28 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34565 – Description
v2 v3 4 4 5 5 6 == To reproduce the process:6 == To Reproduce The Process: 7 7 1. Start Django and create a user. Suppose the user's password is 123456. 8 8 2. Close the server, modify `settings.PASSWORD_HASHERS`, for example, exchange the order of the first two Hashers. You can refer to `django.conf.global_settings.PASSWORD_HASHERS`. … … 41 41 42 42 43 == Related discussions:43 == Related Discussions: 44 44 https://forum.djangoproject.com/t/add-async-support-for-abstractbaseuser-check-password/20364 45 45