Opened 8 years ago
Closed 8 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 , 8 years ago
| Has patch: | set |
|---|
comment:2 by , 8 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR