Yannick - Take a look at the following product ... http://www.zope.org/Members/hathawsh/CookieCrumbler I think this will help you. - j At Tue, 12 Feb 2002 19:46:14 -0500, Yannick Koehler wrote:
[1 <text/plain; iso-8859-1 (quoted-printable)>]
[2 <text/html; iso-8859-1 (quoted-printable)>]
Hi there
I'd like to be able to have a simple web page with user authentication. The page would look something like this
Non-Authenticated
Anonymous
click here to login
Authenticated
click here to logout
Name
But the issue seems that I can't find the way to authenticate my user using HTML (not the popup stuff). It looks like zope authentication system is based on folder. I want my page to be seen by both authenticated/non-authenticated but I'd like to provide a way for them to authenticated and logout. I have my acl_users stuff where should I start looking?
Yannick Koehler