Forum OpenACS Development: User authorizations for the database tables

hi
already a user who has login credentials in the openACS system, he just needs to acces the tables/fields for which he already has authorization.
i want to know how could u set the authorizations to the tables for the users. and how to find out who is the authorized user for so and so table
please help me out
cheers
vamshi
Collapse
Posted by Tilmann Singer on
It should be all explained in https://openacs.org/doc/openacs-4/permissions.html and the neighbouring pages.

Well, maybe not all of it, but it's a start. To explicitely restrict access to a page use permission::require_permission. Note that some procs mentioned in the docs have been superseded by newer ones - they will be marked as deprecated in the api browser with a reference to the new one, so make sure to check /api-doc/ before using them.