I have a website with about 90 users that I'm trying to import into Django. Right now, the users have a password with a salt and a hash, so I tried (with a sample user) to format the password how Django likes them. I did sha1$salt$hash and I wasn't able to log into admin with that user (I made that user a superuser, staff, and active). I'm using Django's auth authentication system. Has anyone run into this before? Do I have to do something else to get this to work?
Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.