Changes between Version 1 and Version 2 of Ticket #15367, comment 7
- Timestamp:
- Sep 12, 2011, 12:36:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15367, comment 7
v1 v2 1 Hm, in the patch, why is this being put in `django.utils` instead of staying in `django.contrib.auth`? I'm asking cause I've specifically created `django.contrib.auth.utils` a couple of weeks ago in trunk. What about having this in `django.contrib.auth.hash ing`1 Hm, in the patch, why is this being put in `django.utils` instead of staying in `django.contrib.auth`? I'm asking cause I've specifically created `django.contrib.auth.utils` a couple of weeks ago in trunk. What about having this in `django.contrib.auth.hashers` 2 2 3 3 Also, mind elaborating how the `PASSWORD_HASHERS` setting is supposed to be used? It seems a bit cumbersome to specify the setting if it can't be used like the `DATABASES` or `CACHES` setting. From what I understand is you only want to be able to specify the default hasher (atm the first item in the tuple, yuck) and some options.