On 10/2/07, Densetsu no Ero-sennin <[EMAIL PROTECTED]> wrote: > I need to store unhashed user passwords in the DB. Is it possible with > django.contrib.auth? User.set_password method uses SHA-1 and it cannot be > overridden easily.
So don't use set_password(), and avoid any built-in views which try to hash things. And make sure your stakeholders are OK with the security implications of storing passwords in plain text. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---