Thread: pgAdmin 4 commit: Allow changing of the users password withoutleaving

pgAdmin 4 commit: Allow changing of the users password withoutleaving

From
Dave Page
Date:
Allow changing of the users password without leaving the app. Fixes #2891

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ae4a03784fa73e886be34d6aca553dbfc8a42a7
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/change_user_password.rst                |  25 ++++++
docs/en_US/getting_started.rst                     |  19 ++---
docs/en_US/images/change_user_password.png         | Bin 0 -> 352671 bytes
web/pgadmin/__init__.py                            |   6 ++
web/pgadmin/browser/templates/browser/index.html   |   8 +-
web/pgadmin/templates/security/fields.html         |   2 +-
.../user_management/static/js/user_management.js   |  85 +++++++++++++++++++++
7 files changed, 134 insertions(+), 11 deletions(-)