[Zope] html form authentication

Luciano Ramalho luciano@hiper.com.br
Sun, 30 Mar 2003 15:53:00 -0300


Don't reinvent the wheel to do your own authentication. Check=20
exUserFolder: a very flexible product for implementing alternative=20
authentication methods.

--
Luciano

On domingo, mar 30, 2003, at 12:58 America/Sao_Paulo, I=F1igo Serna =
wrote:

> Hello,
>
> I want to authenticate users from acl_users with my own HTML form and=20=

> a python script.
> I can't use user._getPassword() because it's an internal method.
> and it seems user.authenticate function calls browser authentication=20=

> again.
> How could I achieve this?