powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
74 stars 31 forks source link

Unable to login, failed with "Auth failed" #8

Closed grebois closed 9 years ago

grebois commented 9 years ago

I'm trying to login with a superuser, changed the password to be sure, and still I'm getting;

screen shot 2015-11-16 at 11 33 44

grebois commented 9 years ago

Fixed, the problem was in pg_hba.conf

E 151116 11:42:03 user:20 FATAL: no pg_hba.conf entry for host "::1"

kvnema commented 7 years ago

Same error , not resolved by making entry for ::1

Below are the entries in pg_hba.conf :+1:

local all postgres md5 host all postgres 127.0.0.1/32 md5 host all postgres ::1/128 md5 host replication postgres 127.0.0.1/32 md5 host all postgres 127.0.0.1/32 md5 host all postgres 0.0.0.0/0 reject host all postgres ::/0 reject host all all 0.0.0.0/0 md5 host all all ::/0 md5 host all all ::/1 md5 host all all ::1/0 md5