Thread: pgAdmin 4 commit: Change server password feature

pgAdmin 4 commit: Change server password feature

From
Akshay Joshi
Date:
Change server password feature

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4816f5ed125e8c8c60ac80d519d2fbce44ec21ff
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      | 102 ++++++++++++-
.../servers/templates/css/servers.css              |   4 +
.../servers/templates/servers/servers.js           | 162 +++++++++++++++++++++
.../servers/sql/9.1_plus/change_password.sql       |   2 +
.../servers/sql/9.2_plus/change_password.sql       |   2 +
web/pgadmin/utils/crypto.py                        |  37 +++++
6 files changed, 307 insertions(+), 2 deletions(-)