Re: Modifying users password in pg_shadow from php - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Modifying users password in pg_shadow from php
Date
Msg-id 20040925155627.GA7000@winnie.fuhr.org
Whole thread Raw
In response to Modifying users password in pg_shadow from php  (Együd Csaba <csegyud@vnet.hu>)
Responses Re: Modifying users password in pg_shadow from php  (Együd Csaba (Freemail) <csegyud@freemail.hu>)
List pgsql-general
On Sat, Sep 25, 2004 at 05:40:27PM +0200, Egy?d Csaba wrote:
> I'm wonder if there is any possibility to modify a users password by
> updating the pg_shadow table.

Why not use ALTER USER?

http://www.postgresql.org/docs/7.4/static/sql-alteruser.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Kundham Saare
Date:
Subject: Re: figuring out if there was a transaction in this connection already
Next
From: Együd Csaba (Freemail)
Date:
Subject: Re: Modifying users password in pg_shadow from php