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.zabuaw...@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(-)