Re: Encrypted role password

From: Melvin Davidson <melvin6925(at)yahoo(dot)com>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>, Mark Watson <mark(dot)watson(at)jurisconcept(dot)ca>
Subject: Re: Encrypted role password
Date: 2017-09-29 14:33:56
Message-ID: 477703445.521194.1506695636541@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I am not pgadmin support, but if you are a superuser,you can get the password with:

SELECT rolname,
       rolpassword
  FROM pg_authid
WHERE rolname = 'username';

Melvin Davidson 🎸
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.
www.youtube.com/unusedhero/videos
Folk Alley - All Folk - 24 Hours a day
www.folkalley.com

On Friday, September 29, 2017, 10:21:58 AM EDT, Mark Watson <mark(dot)watson(at)jurisconcept(dot)ca> wrote:


Good day all,

First of all, thank you for the good work with pgAdmin4.

My question is, in pgAdmin3, the SQL pane for the role create script shows the md5 encrypted password. Are there any plans to display this for pgAdmin4 ?

 

Mark Watson

 

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Mark Watson 2017-09-29 14:45:37 RE: Encrypted role password
Previous Message Mark Watson 2017-09-29 14:21:42 Encrypted role password