Re: prevent user change password? - Mailing list pgsql-general

From Tom Lane
Subject Re: prevent user change password?
Date
Msg-id 14420.1117640362@sss.pgh.pa.us
Whole thread Raw
In response to prevent user change password?  (Richard Hayward <richard@tortoise.demon.co.uk>)
List pgsql-general
Richard Hayward <richard@tortoise.demon.co.uk> writes:
> Is it possible to prevent a user from changing their password?

No.

> I have a database with a 'Guest' account, that will have limited
> access. I don't want any of my guests to change the Guest account
> password.

Perhaps you should use something other than password authentication
for the guest account.

            regards, tom lane

pgsql-general by date:

Previous
From: Matt Miller
Date:
Subject: Autonomous Transactions
Next
From: Richard Huxton
Date:
Subject: Re: Can I catch sentences in SQL using triggers?