• 
      

    Remove legacy password hashers from PASSWORD_HASHERS.

    Review Request #14835 — Created Feb. 19, 2026 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    We've had a bunch of outdated password hashers listed in the hashers
    config for compatibility with old databases, but many of those insecure
    hashers have finally been removed from the Django code. This change gets
    rid of them.

    Ran unit tests.

    Commits

    Files