pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo
Date
Msg-id E1iNBM8-0005Ia-Id@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added encrypted password in reverse engineered SQL for roles. Fixes #1974.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=02642628b0a55cff8adbc287ccd34af57dcc9da0
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst                  |  1 +
.../server_groups/servers/roles/__init__.py        |  3 +-
.../roles/templates/roles/sql/9.4_plus/sql.sql     |  7 ++-
.../tests/9.4_plus/alter_login_role_options.sql    |  1 +
.../roles/tests/9.4_plus/alter_role_options.sql    |  1 +
.../servers/roles/tests/9.4_plus/test.json         |  6 ++-
web/regression/re_sql/tests/test_resql.py          | 63 +++++++++++++---------
7 files changed, 53 insertions(+), 29 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM1974] Include the hashed password in reverse engineeredSQL for roles
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM3789] Dialogs and Pop-Up Menus Not Constrained to Visible Window