Is it possible to change password though pg_auth?

From: Frank Church <voipfc(at)googlemail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Is it possible to change password though pg_auth?
Date: 2010-08-11 15:33:48
Message-ID: AANLkTikjGsixmN6gjtv5O8aDSEJTfwmyzunOyhdkahW_@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible to change password through pg_auth?

I am developing a VM where may be necessary to reset passwords through
a web interface, without having postgresql actually running.

If the users are already set in the database, can the passwords be
changed by adding their md5 encoding to pg_auth?

Is there a fixed salt for the md5 encoding?

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2010-08-11 15:34:14 Re: MySQL versus Postgres
Previous Message 3dmashup 2010-08-11 15:28:07 Re: C++ User-defined functions