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

blakehall’s picture

Assigned: Unassigned » blakehall

While 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.

scalp’s picture

Subscribing. Have you had a chance to work on this feature?

guntherdevisch’s picture

Hi,

I'm also interested in this feature. Is it there yet?

Thanks,
Gunther

scalp’s picture

I 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.