Een hack om dit te omzeilen is om pg_hba.conf te bewerken
sudo vi /etc/postgresql/9.3/main/pg_hba.conf
Om tijdelijk
# Database administrative login by Unix domain socket
local all postgres trust
Ga dan en
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';
ga dan terug en zet pg_hba.conf terug op
# Database administrative login by Unix domain socket
local all postgres md5