Re: custom authentication backend not being used...

2009-08-19 Thread Peter Herndon
On 08/19/2009 02:04 PM, Jay wrote: > Sorry, nevermind. I finally figured this out right after I posted > this. > > What was the solution? Both for posterity, and because I'm personally curious. Thanks, ---Peter --~--~-~--~~~---~--~~ You received this messa

Re: custom authentication backend not being used...

2009-08-19 Thread Jay
Sorry, nevermind. I finally figured this out right after I posted this. On Aug 19, 12:48 pm, Jay wrote: > First off, I'm using Django 1.1. > > I've been having problems getting my custom authentication backend to > work, specifically in the "admin" site. > > I've been using this page as guide t

custom authentication backend not being used...

2009-08-19 Thread Jay
First off, I'm using Django 1.1. I've been having problems getting my custom authentication backend to work, specifically in the "admin" site. I've been using this page as guide to put together an auth backend that uses my subclass of the User model to authenticate. http://scottbarnham.com/blog