On Wednesday 16 October 2002 11:07 am, Craeg K Strong wrote:
> I don't know, but this might help:
>
> http://lists.zope.org/pipermail/zope-dev/2002-October/017701.html
>
> It gives you the authenticated user, and you can call the authorization
> machinery yourself by hand from there.

after you check the password you can use this to login the user.

    from AccessControl.SecurityManagement import newSecurityManager
    user = udb.getUser(name).__of__(udb)
    newSecurityManager(None, user) 

hth,

kapil


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to