Zope Zone Navigation
 
Document Actions
  • Print this page
  • Add Bookmarklet

How do I get the group of a user?

Up to General

How do I get the group of a user?

Posted by Beatriz at July 26. 2006
I need a function that get the group of a user.

Thanks

How do I get the group of a user?

Posted by Jake at July 28. 2006
Here it get roles, I am sure get groups is not far off.

<dtml-in "acl_users.getUser(_['id']).getRoles()">
<dtml-var sequence-item>
</dtml-in>

Jake
Powered by Ploneboard
 

Home Discussions General How do I get the group of a user?