ez.no / ezpublish / documentation / configuration / troubleshooting / giving you back the admin rights
These documentation pages are no longer maintained. Please visit the new documentation site.
Maybe not so typical but critical nontheless :-). Do a
insert into ezuser_role ( role_id, contentobject_id ) values(2,12);
It will assign the admin role to all users under the administrator user group. To assign the admin role directly to the admin user:
insert into ezuser_role ( role_id, contentobject_id ) values(2,14);
Comments