pgAdmin 4 commit: Ensure password changes are successful ifauthenticat - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Ensure password changes are successful ifauthenticat
Date
Msg-id E1eWiZE-0001cY-8C@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure password changes are successful if authenticating using a pgpass file. Fixes #2720

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14f0f9b5cccd185191cd014058f1a47de8c34f29
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      | 136 +++++++++++++++------
.../server_groups/servers/static/js/server.js      |  68 ++++++++---
web/pgadmin/utils/__init__.py                      |  31 ++++-
web/pgadmin/utils/driver/psycopg2/__init__.py      |  43 ++++---
4 files changed, 210 insertions(+), 68 deletions(-)


pgadmin-hackers by date:

Previous
From: Mark Deneen
Date:
Subject: docker container fails to start after stopping
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove any Apache HTTPD PID file before startingthe