Active
Project:
Subuser
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 May 2011 at 10:16 UTC
Updated:
6 Dec 2012 at 14:47 UTC
Looks interesting, but on /admin/settings/subuser it appears that all users with permission to create subusers will create those subusers in the same role or roles.
Is it possible to have user A create subusers in role AA, user B create subusers in role BB, etc? Or should I be looking at Organic Groups or something else for this?
Comments
Comment #1
blakehall commentedWhile this is not currently possible, it shouldn't be too hard to accomplish.
I'll be working on some similar code soon, and will see if I can squeeze this feature in as well.
Comment #2
scalp commentedSubscribing. Have you had a chance to work on this feature?
Comment #3
guntherdevisch commentedHi,
I'm also interested in this feature. Is it there yet?
Thanks,
Gunther
Comment #4
scalp commentedI was able to do this with rules. A rule that checks the role of the parent user when a subuser is created can then act off of that. You can remove whatever the default role set by the subuser module is then add whatever you want to the created subuser. You'll likely need to implement the patch I posted at http://drupal.org/node/1788308 though to get rules to recognize the parent user.