DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Plone And Acl_users
// description of your code here
>>> acl_users = portal.acl_users >>> users = acl_users.getUsers( ) >>> names = acl_users.getUserNames( ) >>> userx = acl_users.getUser( 'jsmith' ) >>> userx_roles = userx.getRolesInContext( context )




