pgAdmin 4 commit: Add the config option ALLOW_SAVE_PASSWORD to allowad - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add the config option ALLOW_SAVE_PASSWORD to allowad
Date
Msg-id E1cuCka-0002zl-Jv@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add the config option ALLOW_SAVE_PASSWORD to allow admins to disable saving of passwords. Fixes #2232

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a861f7a914ab5c33cf9e04aae6fa4aa5bf96a53
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
web/config.py                                                      | 5 +++++
web/pgadmin/browser/server_groups/servers/__init__.py              | 7 ++++---
.../browser/server_groups/servers/templates/servers/password.html  | 4 +++-
.../browser/server_groups/servers/templates/servers/servers.js     | 3 +++
4 files changed, 15 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4] [RM2305] unable to set comment withnon ascii characters on objects.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Properly handle truncated table names (>NAMEDATALEN)