so, this module seems to be exactly what i'm looking for: i need to allow a small group of corporate site users the ability to add a small group of 'sub users' and in turn throw them into a role that i created called 'site guest'

my only big problem: does this really require Relations module? i'm using Entity Reference very extensively in my site, and 'relations module' is not an option.

is it possible to use it without Relations? Right now, it would not matter if "all main users of one specific role type" could see all of the sub users (my main authenticated users are all in a new role with special permissions) - in fact, it doesn't matter if sub users see other sub users either, just can't have 'sub users' adding 'sub users' i suppose!

alternatively, is there another module running well on D7 that supports this functionality?

Comments

sokrplare’s picture

Status: Active » Closed (works as designed)

We're running Entity reference and Relations on the site - pretty sure Relations is very, very core to how Subuser functions (for Views exposure, etc.)

You might look at the User Relationships module (http://drupal.org/project/user_relationships) and Auto Assign Role (http://drupal.org/project/autoassignrole).