Re: Login problem

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Danjel Jungersen <danjel(at)jungersen(dot)dk>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Login problem
Date: 2005-12-18 03:51:55
Message-ID: 3B66675B-871D-4457-8C31-A42633063405@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Danjel Jungersen 2005-12-18 10:44:00 Re: Login problem
Previous Message Tirant Lo Blanc 2005-12-17 20:30:10 Small function in PLPGSQL