I had a similar problem to solve and tried several solutions. The one that worked best for me is a 'super' table 'node' and 'sub' tables 'organization', 'person' and 'groups' (groups because group is a reserved word) and in the auth_user table a field referencing the id of table 'node'. Table node contains a field 'subID' which indicates whether the node is an organization, a person or a group.
Annet -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

