Path

ez.no / ezpublish / documentation / configuration / troubleshooting / giving you back the admin rights


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

Contents

Configuration

Configuration
Security
Optimization
Backup & Restore
Troubleshooting
    404 - Page not found
    Change the right configuration file
    Debug popup window infinite loops
    eZ publish 3 and Apache 2
    Getting looped back when logging in
    Giving you back the admin rights
    I need to reindex my site for search.
    Images do not work
    Mixing up node id and object id
    Not enough PHP memory
    Open_basedir restriction
    Permissions of cache files
    Problems with the translation function
    Process cache enabled reduces perform...
    User site instead of admin site
    Warning: Failed to write session data...
    What not to do with eZ


Created

06/05/2003
1:59:27 pm
by Karsten Jennissen

Last updated

04/07/2003
5:26:46 pm
by Bård Farstad

Authors

Karsten Jennissen
Bård Farstad



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.