Ett hack kring detta är att redigera pg_hba.conf
sudo vi /etc/postgresql/9.3/main/pg_hba.conf
För att tillfälligt
# Database administrative login by Unix domain socket
local all postgres trust
Gå sedan och
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'your_password';
gå sedan tillbaka och ställ tillbaka pg_hba.conf till
# Database administrative login by Unix domain socket
local all postgres md5