Re: BUG #17711: Login failed - Mailing list pgsql-bugs

From Jeff Janes
Subject Re: BUG #17711: Login failed
Date
Msg-id CAMkU=1zFpyGMTVLBXu0tfjV1K8O3Woa3iOQUpMRDugeCZFo=eA@mail.gmail.com
Whole thread Raw
In response to BUG #17711: Login failed  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On Sun, Dec 11, 2022 at 9:07 AM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17711
Logged by:          Julia Migay
Email address:      juliamigay@gmail.com
PostgreSQL version: 15.1
Operating system:   MAC
Description:       

Hello! I installed the postgress package on my Mac M1
When logging in to pgADMIN 4, when asked for a password again (2 times), I
get the same error each time, although the password is correct
"connection to server at "localhost" (127.0.0.1) port 5432 failed: FATAL:
password authentication failed for user "postgres""

How did you install it?  What error gets reported in the database server's log file?

PgAdmin shouldn't ask you for the same password twice just to log on to the database (unless you made two different attempts to log on).  It might ask for a master password it uses for its internal password vault, and then ask for the database password because it is not already in the vault.  Or in server mode it might ask for a password to log onto the web interface itself.  Read the prompts carefully to see what it is actually asking for.

Cheers,

Jeff

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17711: Login failed
Next
From: Thomas Munro
Date:
Subject: Re: Unique constraint error instead of serialization_failure