Forum OpenACS Development: Re: User has know permission to its object_id

Collapse
Posted by Iuri Sampaio on
I may use ad_proc permission::write_permission_p -object_id $user_id -party_id $user_id. I returns 1 as expected.
Collapse
Posted by Gustaf Neumann on
You can check the permissions on the /permissions page (part of acs-subsite). if you check for permissions for your own user_id, you will see that there are direct permissions for "read" and "write", but not for "admin". Nothing hinders you to give other privileges (like "admin") to a user as well.