On 07-Jul-06, at 11:11 PM, keukaman wrote:

> Also, I'm unsure what "Use '[algo]$[salt]$[hexdigest]'" means just
> below the password field when setting up the account.

at python prompt:
import md5
passwd = md5.new('yourpassword').hexdigest()
print passwd

cut and paste the result in the passwd field

-- 

regards
kg
http://lawgon.livejournal.com
http://avsap.org.in



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

Reply via email to