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
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
2 matches
Mail list logo