I tried once to change my postgres account password using ALTER USER like this ALTER USER postgres PASSWORD ''; and it accept it ,
but when i tried to log in it didnt work it always geives me the error: psql: error: FATAL: password authentication failed for user "postgres"
so how can i login again or change th password?