pgAdmin 4 commit: Disable the master password requirement when using al

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Disable the master password requirement when using al
Date: 2022-04-11 08:19:35
Message-ID: E1ndpGp-0002s5-R0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Disable the master password requirement when using alternative authentication sources. Fixes #7012

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c823455a0ee74fca2af08abae10186b3733990d
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/alternate_encryption_key.rst | 33 +++++++++++++++++++++++++++++++++
docs/en_US/connecting.rst | 7 +++++++
docs/en_US/master_password.rst | 18 ++++++++++--------
docs/en_US/release_notes_6_9.rst | 2 +-
web/config.py | 21 +++++++++++++++++++++
web/pgadmin/browser/__init__.py | 3 ++-
web/pgadmin/utils/master_password.py | 3 +++
7 files changed, 77 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-11 08:19:49 Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source
Previous Message Khushboo Vashi 2022-04-11 06:29:54 [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source