I did a little digging and it appears to me that my Admin account in PostNuke is not being authenticated correctly in the authenticate function in postnuke.php. It looks like it's querying against the pp_usergroups table. I checked that table, and there's nothing in there. Also if you look at the following code in postnuke.php:
Code:
Content visible to verified customers only.
Shouldn't the part that reads:
Code:
Content visible to verified customers only.
and...
Code:
Content visible to verified customers only.
be:
Code:
Content visible to verified customers only.
and...
Code:
Content visible to verified customers only.
instead?
Ideas?