Closed (outdated)
Project:
Role Delegation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 23:13 UTC
Updated:
3 May 2019 at 20:15 UTC
Jump to comment: Most recent
Comments
Comment #1
david lesieur commentedUnder Drupal 7, OG now has an 'Administer group' permission that's separate from group content administration permissions. 'Administer group' is a global or per-group permission for managing users and their role assignments in groups.
That probably solves the original request, although one could still imagine more granular permissions, Role Delegation-style at the group level. Since OG has its own "parallel" role system, I'm unsure whether it would make sense to implement these within the Role Delegation module. I'd certainly wait until people show up with real-world cases for this before implementing anything.
Comment #2
Vasu commentedI am looking for a similar solution. Here is the scenario. A college website with each department in a group (OG). When an authenticated user (approved automatically) applies for membership to the department (group) the 'department' manager should be able to assign a role (e.g. faculty member, student). This should be a global role.
Another set of groups are also present in the website like 'Faculty club', 'students club' etc. When a user is assigned a certain role in a department (group) the same role can be used to provide access to the second set of groups (e.g. 'Faculty club'). The reason why a group manager should assign the role is that he/she is in a better position to verify the credentials of the user before assigning a role.
Basically I need role delegation permission given to a group manager which can be used (to provide global roles) only with group members.
Comment #3
jeroentIt’s been a while since the last comments in this issue. If this is still a problem feel free to reopen and provide patches.