to create password open python shell
     import md5
     md5.new('password').hexdigest()

copy string into password field




Todd O'Bryan wrote:
> If you create a user without a password, then go into the Admin
> interface to edit the user, it won't let you save unless you enter a
> password.
>
> While that wouldn't ordinarily be a problem, the password has to be
> in the form
>
> algorithm$salt$hash
>
> Am I the only person who can't do these things in my head?
>
> An option to leave the password unset or to enter the password in a
> text field would be nice.
> 
> Todd


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