[Zope] html login
Yannick Koehler
ykoehler@hotmail.com
Tue, 12 Feb 2002 19:46:14 -0500
This is a multi-part message in MIME format.
------=_NextPart_000_0005_01C1B3FD.EE4854A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 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
------=_NextPart_000_0005_01C1B3FD.EE4854A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2712.300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Hi there</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> I'd like to be able =
to have a=20
simple web page with user authentication. The page would look =
something=20
like this</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Non-Authenticated</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Anonymous</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>click here to login</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Authenticated</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>click here to logout</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Name</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>But the issue seems that I can't find =
the way to=20
authenticate my user using HTML (not the popup stuff). It looks =
like zope=20
authentication system is based on folder. I want my page to be =
seen by=20
both authenticated/non-authenticated but I'd like to provide a way for =
them to=20
authenticated and logout. I have my acl_users stuff where should I =
start=20
looking?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Yannick =
Koehler</FONT></DIV></BODY></HTML>
------=_NextPart_000_0005_01C1B3FD.EE4854A0--