[Zope] Logon process
Dieter Maurer
dieter at handshake.de
Sun Jul 8 04:40:22 EDT 2007
Garito wrote at 2007-7-7 14:17 +0200:
> ...
>And this is the Logon code:
>
>from AccessControl import getSecurityManager
>
>usuario = context.acl_users.validate(context.REQUEST)
Usually, the login in performed by the user folder
automatically (provided, you use the correct form variables
(what you apparently do). Why do you want to do it programmatically
(rather than use the automatims)?
--
Dieter
More information about the Zope
mailing list