RE: [Zope] I want to access AUTHENTICATED_USER on all pages.
-----Original Message----- From: Philip Aylesworth [mailto:zopelist@regalint.com] Sent: Friday, May 14, 1999 23:35 To: Jay, Dylan Cc: 'zope@zope.org' Subject: Re: [Zope] I want to access AUTHENTICATED_USER on all pages.
I am using UserDB with cookies and AUTHENTICATED_USER is defined on public pages. I have a page that displays differently depending on the users Role. Works great!
Phil A
Thats a solution I have tried however I can't seem to get cookie authentication to work. It always brings up a basic authentication dialog instead. I'm using NT server with iis4.0. Is there something I'm missing?
Jay, Dylan wrote:
Once a user has logged in with basic authentication I would
like the var
AUTHENTICATED_USER to be not Anonymous on all subsequent pages, even ones that are publicly viewable. Is this possible? or it a browser thing? Would this work if I was using cookie authentication?
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Jay, Dylan