Обсуждение: pgAdmin 4 commit: Ensure password changes are successful ifauthenticat

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Ensure password changes are successful ifauthenticat

От
Ashesh Vashi
Дата:
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(-)