Menu

PHP-Nuke: create super-user

I accidentally left a super-user account on the php-nuke system (and I don't remember the password)

But here' what you can do to get rid of it:
1) Go into phpMyAdmin (http://localhost/phpMyAdmin/)

2) Select the 'phpnuke' database
There's two tables here to edit
- In nuke_authors, delete the record for 'inkblot' (probably the only one there)
- In nuke_users, delete the record for 'inkblot' and leave the 'Anonomous' record

After doing this, the next time you lauch PHP-Nuke, you should be able to create a super-user

sorry 'bout that.

Posted by Eric Dickman 2003-01-30

Log in to post a comment.