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

From Dave Page
Subject pgAdmin 4 commit: Ensure password changes are successful ifauthenticat
Date
Msg-id E1eP753-0002pm-To@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure password changes are successful if authenticating using a pgpass file. Fixes #2720

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4246a3b22f292179ef85833b0cbee85accd32c65
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                      |  32 ++++-
web/pgadmin/utils/driver/psycopg2/__init__.py      |  43 ++++---
4 files changed, 210 insertions(+), 69 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM2782][RM2822] fix array representation in query tooland data grid
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Change password doesn't work if pgpass file is used