Re: Login Right After Creating a New User

2007-06-07 Thread [EMAIL PROTECTED]
On Jun 6, 10:04 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Yes. The 'backend' attribute that is being complained about is an > attribute that is decorated onto the user object by the authenticate() > method (django.contrib.auth.authenticate()). If you call authenticate, > providing

Re: Login Right After Creating a New User

2007-06-06 Thread Russell Keith-Magee
On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > I'm trying out django and it's been really easy getting the auth > library up and running. I hit an issue where I want to login a new > user right after they've registered and take them to their profile > page. > > I

Login Right After Creating a New User

2007-06-06 Thread [EMAIL PROTECTED]
Hi Everyone, I'm trying out django and it's been really easy getting the auth library up and running. I hit an issue where I want to login a new user right after they've registered and take them to their profile page. I tried calling the auth.login method but I got an error saying that the