Re: Users from custom authentication backend cannot login

2006-10-23 Thread Florian Heinle
What I meant was that the user cannot login to the administration pages provided by django.contrib.admin, which does login the user as far as I can tell --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Users from custom authentication backend cannot login

2006-10-23 Thread Florian Heinle
Hi, I created my own authentication backend which gets users from another table (webforum). I used http://www.djangoproject.com/documentation/authentication/#writing-an-authentication-backend as a starting point and the final backend looks like this: http://rafb.net/paste/results/gaXtif32.html

Re: Users from custom authentication backend cannot login

2006-10-23 Thread Joseph Kocherhans
On 10/23/06, Florian Heinle <[EMAIL PROTECTED]> wrote: > > I created my own authentication backend which gets users from another > table (webforum). I used > http://www.djangoproject.com/documentation/authentication/#writing-an-authentication-backend > as a starting point and the final backend

Re: Users from custom authentication backend cannot login

2006-10-23 Thread Florian Heinle
sorry, paste expired. try http://www.planet-tiax.de/backend.txt --~--~-~--~~~---~--~~ 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

Users from custom authentication backend cannot login

2006-10-23 Thread Florian Heinle
Hi, I created my own authentication backend which gets users from another table (webforum). I used http://www.djangoproject.com/documentation/authentication/#writing-an-authentication-backend as a starting point and the final backend looks like this: http://rafb.net/paste/results/gaXtif32.html