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 _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
