| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Add support for reset saved password. Fixes #3074 |
| Date: | 2018-07-27 09:10:42 |
| Message-ID: | E1fiylm-0007D9-4n@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Add support for reset saved password. Fixes #3074
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0138dee989e5792f36f62eefcd37b7a6225779b3
Modified Files
--------------
docs/en_US/images/file_menu.png | Bin 37186 -> 71639 bytes
docs/en_US/images/reset_server_password.png | Bin 0 -> 142232 bytes
docs/en_US/pgadmin_menu_bar.rst | 20 ++++----
docs/en_US/release_notes_3_2.rst | 1 +
docs/en_US/reset_passwords.rst | 13 ++++++
docs/en_US/server_dialog.rst | 4 ++
.../browser/server_groups/servers/__init__.py | 50 ++++++++++++++++++--
.../server_groups/servers/static/js/server.js | 51 +++++++++++++++++++++
8 files changed, 126 insertions(+), 13 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin 4 Jenkins | 2018-07-27 09:13:56 | Jenkins build is back to normal : pgadmin4-master-python36 #703 |
| Previous Message | Khushboo Vashi | 2018-07-27 09:06:54 | Re: [pgAdmin4][Patch]: #3412 - Add support for PRIMARY KEY, FOREIGN KEY, indexes, and triggers on partitioned tables for PG 11 |