• 
      

    Move the TestPasswordHasher into Djblets.

    Review Request #15050 — Created May 13, 2026 and submitted

    Information

    Djblets
    master

    Reviewers

    Django removed the old SHA1PasswordHasher which we used to speed up
    unit tests. I had created a new replacement that just uses base64, but
    it was living inside the Review Board codebase. This change moves it
    into Djblets so we can use it from other packages as well.

    Used from another project that uses Djblets.

    Summary ID
    Move the TestPasswordHasher into Djblets.
    Django removed the old `SHA1PasswordHasher` which we used to speed up unit tests. I had created a new replacement that just uses base64, but it was living inside the Review Board codebase. This change moves it into Djblets so we can use it from other packages as well. Testing Done: Used from another project that uses Djblets.
    wrzyqonozxvmrvqzrrksqutmlkuoxppq
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (28f5e30)