Forum OpenACS Q&A: Re: question

Collapse
12: Re: question (response to 11)
Posted by yani ballesfin on
aldert,

in our acs_permissions table, the object_id with privilege='admin' is equal to 0?

update acs_permissions set object_id = 0, privilege = 'admin' where grantee_id = $user_id;

is this correct? is this for assigning new user as an admin? tnx