On 11/29/06 12:50 PM, Clint74 wrote: > I need to send the password to the user(email), but how recover the raw > password once the database stores in this format:
You can't; that's the point of hashing it. The right (read: secure) way to deal with this is to *reset* the user's password (usually to something random, which they then can change when they log in) rather than sending their password in plaintext. Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---