[Zope] Implementing a login form instead of BASIC authentication
Chris Withers
chrisw@nipltd.com
Tue, 15 Aug 2000 11:04:17 +0100
Stephan Goeldi wrote:
>
> Wouldn't that reduce system security?
I think he mean cookie-based authentication, as found on zope.org.
> >I am currently looking into implementing a login form to replace the
> >standard BASIC authentication.
Gérard,
Take a look at things like LoginManager and GUF which can do this sort
of thing. They are standard replacements for the acl_users folder and
will serve you a lot better than hackign around in User.py...
cheers,
Chris