pgAdmin 4 commit: Add the config option ALLOW_SAVE_PASSWORD to allowad

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add the config option ALLOW_SAVE_PASSWORD to allowad
Дата
Msg-id E1cuCka-0002zl-Jv@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [RM2305] unable to set comment withnon ascii characters on objects.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly handle truncated table names (>NAMEDATALEN)