dononyx wrote: > I have a legacy database with a list of 500 users with passwords. Is > there anyway to import this into Postgres for use by django. How To > set the salted password is what has me stumped.
How are your incoming passwords stored? Plaintext? MD5? Salted MD5? SHA1? Salted SHA1? If they're plaintext, it should be pretty easy to spew out a script to add them. If they're unsalted MD5/SHA1, it should also be pretty easy because they'd have a known/empty salt. If they're salted, it might be feasible, but require a little more finagling. -tim --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---