|
3 registered users in last 24 hours OpenACS Permission"acs_permission" represents a specific permission of a user or group to perform a specific action (privilege) on a specific object. For detailed information on the permission system please see the document OpenACS Tediously Explained.
The acs_permission data model:
Column | Type | Modifiers ------------+------------------------+----------- object_id | integer | not null grantee_id | integer | not null privilege | character varying(100) | not null
Notes
|
