#5787: BCrypt password hashing support in Django
----------------------------------------------+-----------------------------
Reporter: ekarulf | Owner: ekarulf
Status: closed | Component: Contrib
apps
Version: SVN | Resolution:
duplicate
Keywords: bcrypt hash password auth user | Stage:
Unreviewed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
----------------------------------------------+-----------------------------
Comment (by ekarulf):
I meant to say compatibility in the API sense and I apologize for the
confusion. If a user were to change their default hash, install the bcrypt
module, and then move their data to a new environment where bcrypt is not
available, it would not allow their users to authenticate.
That said, this seems somewhat inconsistent with the decision in ticket
#3316. The crypt module has the same dump/restore constraints and includes
an additional constraint of restricting the operating system to unix
environments. My goal is not to re-open the ticket nor be argumentative,
but I am new to the django community and I am trying to get a sense of the
framework.
--
Ticket URL: <http://code.djangoproject.com/ticket/5787#comment:4>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---