Monday 13 March 2006 2:36:10 am
Hi You can solve this by creating a new admin user as anonymous. You'll need to do this : 1. Edit settings/siteaccess/<admin>/site.ini, and set
[SiteAccessSettings]
RequireUserLogin=false
2. Enter MySQL and run this query :
insert into ezuser_role ( contentobject_id, role_id ) values ( 42, 2 );
You should now be able to enter the admin interface as anonymous, and create new admin user.
Kåre Høvik
|