Re: [HACKERS] Removing a user's password

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] Removing a user's password
Date: 2003-06-06 15:14:55
Message-ID: 200306061514.h56FEtN19007@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Here is a patch to allow users to remove their passwords.
>
> Uh ... why should a user be able to remove their password (as opposed to
> changing it to something else)? I'm having a difficult time visualizing
> a use for this. Seems more like a way to create extra work for DBAs,
> putting back passwords for people who stupidly removed theirs.

Well, they are not actually removing it, just setting it to NULL, as
though a password was never assigned. We have a way for users to set
it, but no way for them to remove it.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-06-06 15:17:43 Re: Sequence usage patch
Previous Message Tom Lane 2003-06-06 15:11:42 Re: [HACKERS] Removing a user's password

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-06 15:17:43 Re: Sequence usage patch
Previous Message Tom Lane 2003-06-06 15:11:42 Re: [HACKERS] Removing a user's password