id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12915 Add method to PermissionSystem for retrieving user groups Ryan J Ollos Ryan J Ollos I have wanted a method of `PermissionSystem` for retrieving all groups that a user belongs to, both those defined in the `permissions` table and in `IPermissionGroupProvider`s. enhancement closed normal 1.3.3 general normal fixed permissions "* Added `PermissionSystem.get_permission_groups(username)`, which returns a sorted list of all groups that `username` belongs to. * `DefaultPermissionStore` implements `IPermissionGroupProvider`. * Added `skip` argument to `PermissionSystem.get_actions_dict`, for skipping an `IPermissionRequestor`, for consistency with `PermissionSystem.get_actions` method arguments."