pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo
Date: 2019-10-23 07:46:56
Message-ID: E1iNBM8-0005Ia-Id@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-10-23 12:52:06 [pgAdmin][RM3789] Dialogs and Pop-Up Menus Not Constrained to Visible Window
Previous Message Aditya Toshniwal 2019-10-22 08:57:02 [pgAdmin][RM1974] Include the hashed password in reverse engineered SQL for roles