Re: Login problem - Mailing list pgsql-novice

From John DeSoi
Subject Re: Login problem
Date
Msg-id 3B66675B-871D-4457-8C31-A42633063405@pgedit.com
Whole thread Raw
In response to Login problem  ("Danjel Jungersen" <danjel@jungersen.dk>)
Responses Re: Login problem  ("Danjel Jungersen" <danjel@jungersen.dk>)
COPY command, linking foreign keys  (Srinivas Iyyer <srini_iyyer_bio@yahoo.com>)
List pgsql-novice
On Dec 17, 2005, at 11:10 AM, Danjel Jungersen wrote:

> Is there anywhere I can see what databases that are created, and
> which users are created?
> Is there anyway to see the users passwords, or to "reset" them ?


Modify your pg_hba.conf file to trust local connections. Then you can
login with psql without a password. From there you can use the ALTER
USER command to reset passwords. Don't forget to reverse your
pg_hba.conf changes when you are done.

http://www.postgresql.org/docs/8.0/interactive/client-
authentication.html#AUTH-PG-HBA-CONF


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

Previous
From: "Danjel Jungersen"
Date:
Subject: Login problem
Next
From: "Danjel Jungersen"
Date:
Subject: Re: Login problem