You will have to change it manually in your database. Use PHPMyAdmin or another database management product from your ISP control panel. The password is stored in the field "password" within "plogger_config".
It's not stored plaintext, so you will have to run the MD5 function on whatever plaintext password you enter. In PHPMyAdmin, just select MD5 from the function dropdown.
Mike-I'm new to SQL and am still learning a lot. I am abroad right now and using my laptop which I do not have my plogger password stored in. Can you walk me through the steps on how to change the username and password through PHPMyAdmin? I can access the database, and I've found "plogger_config," but from there I don't know what to do. Thanks for your help.
Click the "browse" tab at the top of the right hand frame
There should be one record, click the "pencil" in the first column of the record table to edit that record
Your password is in "admin_password" and your username is in "admin_username". Notice that your password is a MD5 hash (ex: b02a961ed8a02a25ab783e48b79865f0), it is stored that way for security reasons. In order to create a new password, you need to replace that hash with another one. PHPAdmin has a built in password hasher, so simply type your new password in plaintext (ex: "password"), and in that dropdown box in the function column, select MD5.
one other thought - the instructions say "There should be one record, click the "pencil" in the first column of the record table to edit that record". I have two. In the first there are zeros for the size and the user name and password are both MD5 hash. Maybe this is the problem?
After Install is finished an admin password is automatically generated. Nice feature, but the password that is generated never works. I had to come here and find out what to do. Thanks to "Mike" I found a way to change my password through MySql admin. Worked just as described and now I have access to one very nice piece of website software! Thanks goes out to all those involved in the creation of this great software! Thanks All!