[web2py] Re: Group or/and Field

2014-06-26 Thread Massimo Di Pierro
The group information is loaded on login and cached in the session. If you check auth.user_groups you find a dictionary of {group_id:group_role}. On Wednesday, 25 June 2014 13:08:17 UTC-5, Carlos Zenteno wrote: > > I am classifying my users within groups (ie, carpenters group) but I am > wonde

[web2py] Re: Group or/and Field

2014-06-25 Thread Niphlod
although stored into the database, the membership information is carried along within the session. I don't see a reason to bring around the same data twice... if the reason behind is just "logic", then it doesn't make sense to duplicate the data. If the reason is serious reporting/datamining/com