pgAdmin 4 commit: Port change user password and 2FA dialog to React. Fi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port change user password and 2FA dialog to React. Fi
Date: 2022-08-10 12:33:00
Message-ID: E1oLktQ-0003Dp-Og@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port change user password and 2FA dialog to React. Fixes #7568

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b7ce2c2761d94dab75adbb4544ebc16262691e8
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/change_user_password.png | Bin 32016 -> 71886 bytes
docs/en_US/images/mfa_registration.png | Bin 147202 -> 114854 bytes
docs/en_US/release_notes_6_13.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/dialog.js | 109 ---------------------
web/pgadmin/browser/templates/browser/index.html | 9 +-
web/pgadmin/static/js/Dialogs/UrlDialogContent.jsx | 54 ++++++++++
web/pgadmin/static/js/Dialogs/index.jsx | 23 ++++-
.../templates/security/change_password.html | 3 +-
.../user_management/static/js/user_management.js | 14 +--
web/webpack.shim.js | 1 -
11 files changed, 87 insertions(+), 129 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-10 12:40:01 Re: [pgAdmin][RM7568] Port change user password and 2FA dialog to React.
Previous Message Aditya Toshniwal 2022-08-10 12:07:00 Re: [pgAdmin][RM7568] Port change user password and 2FA dialog to React.