79194991

Date: 2024-11-16 11:00:57
Score: 0.5
Natty:
Report link

I had the same problem, apparently the config didn't recognize the before password so I had to create a new one on the terminal

sudo -u postgres psql

ALTER USER username WITH PASSWORD 'your new password(the quotes remain)';

not only that, because I was using pg Admin and for it to connect I had to close then open so I can input the new password after that everything just started working.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tobias baraka