Re: User Authentication - index/base

2008-07-01 Thread Julien
Ok, then are you passing RequestContext to the template? A possibility is that your 'user' variable is parasited by another one in the context. I guess 'request.user' would do the trick... On Jul 1, 8:14 pm, Alfonso <[EMAIL PROTECTED]> wrote: > Hi Julien, > > Thanks for that  but the auth process

Re: User Authentication - index/base

2008-07-01 Thread Alfonso
Hi Julien, Thanks for that but the auth processor is in place in settings, along with the debug and il8n processor obviously. Allan On Jul 1, 10:29 am, Julien <[EMAIL PROTECTED]> wrote: > Hi, > > Have you tried adding the auth context processor in your settings? > "django.core.context_processo

Re: User Authentication - index/base

2008-07-01 Thread Julien
Hi, Have you tried adding the auth context processor in your settings? "django.core.context_processors.auth" Alfonso wrote: > Hey, > > I've implemented a user login widget on my site. A simple 'Sign in' > at top of every page that turns into 'Welcome John, View your profile' > following success

User Authentication - index/base

2008-07-01 Thread Alfonso
Hey, I've implemented a user login widget on my site. A simple 'Sign in' at top of every page that turns into 'Welcome John, View your profile' following successful user authentication. Works great - only issue I'm having is that on home page the text reverts to 'Sign In' even when user is log