From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Allow changing of the users password without leaving |
Date: | 2017-11-28 10:55:58 |
Message-ID: | E1eJdYU-00019b-IY@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-11-28 10:56:02 | Re: [pgAdmin4][Patch]: Allow user to change their password without leaving application |
Previous Message | Khushboo Vashi | 2017-11-28 10:48:50 | Re: [pgAdmin4][Patch]: RM-2859: Can't create new user |