Remove legacy password hashers from PASSWORD_HASHERS.

Review Request #14835 — Created Feb. 19, 2026 and updated

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.

Summary ID
Remove legacy password hashers from PASSWORD_HASHERS.
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. Testing Done: Ran unit tests.
xwsnxzwrssnnppzytluosklwttyqrvmx
Checks run (2 succeeded)
flake8 passed.
JSHint passed.