Same issue, first time on version 3, and installed it/reinstalled around three times, each time delete my config file so i cna go through the install again and each time it gives me a new password but it wont let me in everytime!
Is there a known issue with this? I've done a search and found that the password is done with an md5hash but dont really know which way i'm going with this, any input would be most gratiously appreciated. Loved the previous version, would love to get stuck into this one!
I have the same problem. I have been trying to install Plogger3 in Centos linux environment. Database and tables has been created but when I try to login my id and password is rejected. Any help will be appreaciated
I have had the same issue on OS X. I got around it by looking at the DB table plogger_config. You should see a admin_password record with a password with a md5hash. Something like 098f6bcd4621d373cade4e832627b456. Go find a site that converts text into a md5hash. I used http://tools.perceptus.ca/text-wiz.php. Type the password you want to use in the text box and then copy the converted text back into the DB field for admin_password. Once saved you should be able to log in with no problems using username admin and the password you entered into the converter.