pgAdmin 4 commit: Add support for SCRAM password changes (requirespsyc - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add support for SCRAM password changes (requirespsyc
Date
Msg-id E1fhbRG-0004mR-Hi@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add support for SCRAM password changes (requires psycopg2 >= 2.8). Fixes #2214

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=213cb440d0541588a33f13becaea96c1be3eeae8
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst                   |  2 ++
.../browser/server_groups/servers/__init__.py      | 11 +++++-
web/pgadmin/utils/driver/psycopg2/connection.py    | 39 ++++++++++++++++++++++
3 files changed, 51 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Partition table fix
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility (SCRAMauthentication support)