pgAdmin 4 commit: 1) Ensure that the master password should be prompt w

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that the master password should be prompt w
Date: 2021-10-19 06:32:04
Message-ID: E1mcifM-0005oM-To@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure that the master password should be prompt when MASTER_PASSWORD_REQUIRED
is set to True and AUTHENTICATION_SOURCES is the webserver. Fixes #6928
2) Fixed an issue where the existing server group is disappeared on rename it. Fixes #6930

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 2 ++
web/pgadmin/browser/__init__.py | 3 ++-
web/pgadmin/browser/static/js/browser.js | 3 ++-
web/pgadmin/static/js/tree/tree.js | 9 +++++++--
4 files changed, 13 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-19 06:32:33 Re: [pgAdmin][RM6929] Error Message displayed if user drag sequence in ERD
Previous Message Khushboo Vashi 2021-10-19 05:23:24 [pgAdmin4][Patch] - RM #6930 - Existing Server group disappear if user rename it