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.toshni...@enterprisedb.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(-)