#31358: Increase default password salt size in BasePasswordHasher.
--------------------------------------+------------------------------------
Reporter: Jon Moroney | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Utilities | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by Florian Apolloner):
Replying to [comment:25 Jon Moroney]:
> Just pushed an update for the points you've mentioned.
Great, will look at it this week.
> One bit that jumps out at me is that I'm changing the behavior of
`must_update` by raising an exception
Don't raise it but use `warnings.warn` in conjunction with
`RemovedInDjango40Warning` (see the existing deprecation warnings in
Django).
> Also out of curiosity. Why no typing?
Because we don't have any yet. As for why that is the case please look
into the existing mailing list threads :)
--
Ticket URL: <https://code.djangoproject.com/ticket/31358#comment:26>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.6db3764b4329a110f3f861456e51cea0%40djangoproject.com.