Re: Converting from Wordpress, upgrading users.

2011-01-15 Thread Mike Dewhirst
On 16/01/2011 3:03am, Sean Brant wrote: I am migrating a site from Wordpress to Django and I need the old username and passwords to keep working. Maybe you can write an auth backend to continue using the Wordpress auth? http://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authenticatio

Converting from Wordpress, upgrading users.

2011-01-15 Thread Sean Brant
I am migrating a site from Wordpress to Django and I need the old username and passwords to keep working. I first create auth.User objects for all Wordpress users. Wordpress' login username does not conform to Django's so I need to fix some of the usernames during migration. I then store Wordpress