[web2py] Re: Permission check for a user in multiple groups

2013-09-24 Thread Jayakumar Bellie
We have the following - db.auth_user - db.auth_group - db.auth_membership - db.auth_permission I have created few more tables db.define_table("devices_config", Field("name", "string", length=50, notnull=True), Field("device_type", "string", length=5, notnull=True)) db

[web2py] Re: Permission check for a user in multiple groups

2013-09-23 Thread Massimo Di Pierro
Can you show us some of your code? On Thursday, 19 September 2013 00:13:59 UTC-5, Jayakumar Bellie wrote: > > Hi, > I have groups with multiple permission. > I have a user assigned to multiple groups. > How to give access to user only for the groups they are assigned to. > > -- Resources: - http