pgAdmin 4 commit: Ensure that the password prompt should not be visible

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that the password prompt should not be visible
Дата
Msg-id E1jMsQA-0006Fa-UG@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure that the password prompt should not be visible if the database server is in trust authentication mode. Fixes
#2813

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4de6b93ba80fd9326cd4dd8801cb21158e6c4f84
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
web/migrations/versions/d39482714a2e_.py           | 47 +++++++++++++++++++++
.../browser/server_groups/servers/__init__.py      | 32 +++++++++------
.../server_groups/servers/tests/test_server_add.py | 48 +++++++++++++++++++++-
web/pgadmin/model/__init__.py                      |  5 +++
5 files changed, 120 insertions(+), 13 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM5227] Cannot add user
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5227] Cannot add user