Organic groups allows a group administrator to add users to his or her group. OG Access should have some UI to allow section editors/admin to easily assign editors to their section, or any subsections of the current section.
It seems to be a bottle neck in needing the site administrator (or one with very many permissions) to be in charge of adding all users.
Using the example on Workbench Access
- Museum
-
- Exhibits
-
- Library
-
- Library Staff
- Library Visitors
In this example, there should be an easy way for those who manage the Exhibits section to add staff to the Exhibit Staff section, without needing to ask a 'super admin' to add those users.
Comments
Comment #1
agentrickardMakes sense. Would require a sub-permission to 'assign workbench access', and changes to workbench_access_user_form().
Presumably, these new editors could not use the current admin UI, but would have to use the 'Section' tab on a user page. Yes?
Comment #2
JGonzalez commentedI think this would be the best approach. I think possibly a UI to be built that lists a users sections he manages, with the ability to add users to his sections would work as well, so that 'user page' isn't overload with administrative tasks.
Comment #3
Courtney.B commentedThis functionality would be awesome to have!
Comment #4
bbinkovitz commentedWould it be expedient to add support for Administer Users By Role rather than duplicate functionality with another method of permission delegation?
Comment #5
agentrickardI don't think so, because the UI for the settings are different.
Comment #6
jan.ptacek commentedHi, i was in need of this feature, I tried to reuse the workbench_access_editors dialog:
first add a permission for assigning users into sections you got access to
fix autocompletion for subassigners:
then I have created an editors tab in my customised content overview, rendering the std workbench_access_editors callback, and limiting the access in my own access callback that checks whether I can access the section I try to add to:
so far 3 days of drupal menus, tabs & workbench_access tinkering and not finished yet but I like it ;)
Comment #7
SlayJay commentedany update to this? I can't believe this basic functionality is missing