Changes between Version 2 and Version 3 of Ticket #34565


Ignore:
Timestamp:
May 14, 2023, 2:27:28 PM (18 months ago)
Author:
Dingning
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34565 – Description

    v2 v3  
    44
    55
    6 == To reproduce the process:
     6== To Reproduce The Process:
    771. Start Django and create a user. Suppose the user's password is 123456.
    882. 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`.
     
    4141
    4242
    43 == Related discussions:
     43== Related Discussions:
    4444https://forum.djangoproject.com/t/add-async-support-for-abstractbaseuser-check-password/20364
    4545
Back to Top