Re: Encrypted role password

Поиск
Список
Период
Сортировка
От Melvin Davidson
Тема Re: Encrypted role password
Дата
Msg-id 477703445.521194.1506695636541@mail.yahoo.com
обсуждение исходный текст
Ответ на Encrypted role password  (Mark Watson <mark.watson@jurisconcept.ca>)
Ответы RE: Encrypted role password  (Mark Watson <mark.watson@jurisconcept.ca>)
Список 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.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 по дате отправления:

Предыдущее
От: Mark Watson
Дата:
Сообщение: Encrypted role password
Следующее
От: Mark Watson
Дата:
Сообщение: RE: Encrypted role password