Opened 6 years ago

Closed 6 years ago

#29161 closed Cleanup/optimization (fixed)

Remove BCryptPasswordHasher from the default PASSWORD_HASHERS

Reported by: Tim Graham Owned by: Tim Graham
Component: contrib.auth Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

BCryptSHA256PasswordHasher is recommended since Django 1.6, so potential for backwards compatibility is minimal (considering that you have to define a PASSWORD_HASHERS to use bcrypt in the first place.

Change History (3)

comment:1 by Tim Graham, 6 years ago

Has patch: set

comment:2 by Claude Paroz, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by GitHub <noreply@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 5b589a47:

Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.

Note: See TracTickets for help on using tickets.
Back to Top