Re: Removing a user's password - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Removing a user's password
Date
Msg-id 4094.1053973414@sss.pgh.pa.us
Whole thread Raw
In response to Removing a user's password  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Removing a user's password
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What capabilities do we have for removing a user's password?

If you set VALID UNTIL to 'now' (or sometime in the past), you've
effectively prevented him from logging in with the password ---
more effectively than setting the password to NULL, since if the
user is still logged in he can just undo that.  I don't think we
really need to do anything more here.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: 500 tpsQL + WAL log implementation
Next
From: Bruce Momjian
Date:
Subject: Re: Removing a user's password