You cannot retrieve the raw password, that's the whole point of hashing it :)

If you want to store the raw password somewhere, make a raw_password
field and store it there, although your users might not be too happy
that you're storing their passwords in an easily pilfered format.

Clint

On 11/29/06, Clint74 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I need to send the password to the user(email), but how recover the raw
> password once the database stores in this format:
>
> hashType$salt$hash
> sha1$6070e$d3a0c5d565deb4318ed607be9706a98535ec7968
>
> Tk´s
>
> André Duarte
>
>
> >
>

-- 
Clint Ecker
http://phaedo.cx
312.863.9323

--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to