8 Jul
2007
8 Jul
'07
8:40 a.m.
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