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

From Bruce Momjian
Subject Removing a user's password
Date
Msg-id 200305261733.h4QHXbG07842@candle.pha.pa.us
Whole thread Raw
Responses Re: Removing a user's password  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
What capabilities do we have for removing a user's password?  The only
way I can see to do it is to insert a NULL into pg_shadow, but clearly
that is pretty ugly.  I don't see any mention in the ALTER USER manual
page, and assigning a password of NULL using ALTER user fails.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug(s) or not?
Next
From: Tom Lane
Date:
Subject: Re: Bug(s) or not?