RE: Encrypted role password

From: Mark Watson <mark(dot)watson(at)jurisconcept(dot)ca>
To: Melvin Davidson <melvin6925(at)yahoo(dot)com>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: RE: Encrypted role password
Date: 2017-09-29 14:45:37
Message-ID: 02F1BBB48ABD3245A3BC519B57CFC8CA018C8FEA0A@Exchange.JurisConcept.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

De : Melvin Davidson [mailto:melvin6925(at)yahoo(dot)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(dot)watson(at)jurisconcept(dot)ca<mailto: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

Browse pgadmin-support by date

  From Date Subject
Next Message Simon Major 2017-10-05 12:23:50 Additional checks for orphaned files
Previous Message Melvin Davidson 2017-09-29 14:33:56 Re: Encrypted role password