Request notifications
I can't find how to add a second administrator to a site after a new install.
Simply, I can't remember how did I this the first time.
Please, any help?
begin acs_permission.grant_permission ( object_id => acs.magic_object_id('security_context_root'), grantee_id => :user_id, privilege => 'admin' ); end;
select acs_permission__grant_permission( acs__magic_object_id('security_context_root'), :user_id, 'admin')
select acs_permission__grant_permission(acs__magic_object_id('security_context_root'),_INSERT_USER_ID_,'admin');
It worked!!!.
Last time (and only) I have found the same url Vincent has sent, but it was 18 monts ago!
Cheers.