well I am userid 1 for this db, as I created it.
in my config.php the following already exists:
Code:
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
when I attempt to log in to the AdminCP, it takes me to the "thank you for logging in" redirect splash then immediately drops me back to a login panel.
I am creating a new user and will attempt to apply that account userid to the snippet above (and other pertinent regions) to create a "new" SuperAdmin account. Will this work?
--------------- Added [DATE]1215531194[/DATE] at [TIME]1215531194[/TIME] ---------------
Follow up:
I created a new user, added it's UserID to the Super Admin slot via config.php, and I still get the same thing.
I log in, it says thank you, then drops me off at the login screen.
Please advise.