by Josh » Sun Apr 13, 2008 8:31 am
PT3 defaults the password to "dbpass", but if you changed it, I don't know what it would be. You can change PostgreSQL to not require a password by doing the following:
Go Start->Programs->PostgreSQL->Configurations Files->Edit pg_hba.conf. At the bottom of this file there are two lines that end with 'md5'. Change both of these 'md5' to 'trust'. File->Save.
Then go Start->Programs->PostgreSQL->Reload Configurations.