I updated to the new version of PT3 yesterday.
However when I start the program now it asks me to configure the PostgreSQL server. I cannot remember the password. Is there a default passsword or a way around this. I've looked in the installation files but can't see anything.
You can disable password authentication by following these steps:
Click Start --> Programs --> PostgreSQL --> Configuration Files --> Edit pg_hba.conf. Scroll to the bottom of the document and in both places you see the word 'md5', replace it with 'trust'. Save and exit. Then reload the PostgreSQL configuration files by clicking Start --> Programs --> PostgreSQL --> Reload Configurations. You will now be able to access your database without a password.