pgAdmin 4 commit: Allow changing of the users password withoutleaving - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow changing of the users password withoutleaving
Date
Msg-id E1eJdYU-00019b-IY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: RM-2859: Can't create new user
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to change their password withoutleaving application