#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 mtredinnick):

 By the way, this sort of patch ''is'' backwards incompatible: as soon as
 you start generating passwords that are only computable based on an
 optional model, the database can ''only'' be used with Django
 installations that have that model available. This removes the ability to
 move the database around easily. Django operates on a "batteries included"
 philosophy for exactly that reason: runs anywhere without lots of extra
 dependencies.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5787#comment:3>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to