phpPgAdmin login problem - Mailing list pgsql-novice

From Paul Smith
Subject phpPgAdmin login problem
Date
Msg-id 6ade6f6c0602041612g368f4059g43893445656e2ab2@mail.gmail.com
Whole thread Raw
Responses Re: phpPgAdmin login problem
List pgsql-novice
Dear All

My pg_hba.conf is:

# "local" is for Unix domain socket connections only
local   all         all                               md5
# IPv4 local connections:
host    all         all         127.0.0.1/32          reject
# IPv6 local connections:
host    all         all         ::1/128               reject
$

but I always get "login failed" on phpPgAdmin, although I insert the
correct username/password. Any ideas?

Thanks in advance,

Paul

pgsql-novice by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: function return type is a setof some column type
Next
From: Devrim GUNDUZ
Date:
Subject: Re: phpPgAdmin login problem