pgAdmin 4 commit: Ensure password changes are successful if authenticat

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure password changes are successful if authenticat
Date: 2017-12-13 13:28:13
Message-ID: E1eP753-0002pm-To@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-13 13:28:20 Re: [pgAdmin4][Patch]: Change password doesn't work if pgpass file is used
Previous Message Dave Page 2017-12-13 11:53:42 Re: [pgAdmin4][RM2782][RM2822] fix array representation in query tool and data grid