It would be nice if a user could add a subuser who is already a subuser of another user. Therefore the ability to add a excisting drupal-user ass a subuser is needed. (E.g. two brothers are students and are registered users at the schoolsite (drupal). They want to add their parents as subusers. I hope I make any sense).

Comments

SeedTreeLLC’s picture

You want the children to admin their parent's account? It seems like it should really be the other way around. It seems to be the whole point of the parent account has to do with administration not grouping. So it is a linear one way association between accounts.

Parent
- Brother 1
- Brother 2

- or -

Teacher
- Parent 1
- Parent 2 (maybe)
- Brother 1
- Brother 2

blakehall’s picture

Status: Active » Closed (won't fix)

Anything more complicated than a single parent would best be accomplished with another module (perhaps OG).