RE: Encrypted role password - Mailing list pgadmin-support

From Mark Watson
Subject RE: Encrypted role password
Date
Msg-id 02F1BBB48ABD3245A3BC519B57CFC8CA018C8FEA0A@Exchange.JurisConcept.local
Whole thread Raw
In response to Re: Encrypted role password  (Melvin Davidson <melvin6925@yahoo.com>)
List pgadmin-support

De : Melvin Davidson [mailto:melvin6925@yahoo.com]

 

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';

-----------------------------------

Thanks, Melvin

It’s also available in pg_shadow. I was just having a lazy day :)

 

 

On Friday, September 29, 2017, 10:21:58 AM EDT, Mark Watson <mark.watson@jurisconcept.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

 

pgadmin-support by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: Encrypted role password
Next
From: Simon Major
Date:
Subject: Additional checks for orphaned files