Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: f6275688e7248ee218328b35fb5252a27aca5202 https://github.com/pgadmin-org/pgadmin4/commit/f6275688e7248ee218328b35fb5252a27aca5202 Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths: M web/pgadmin/browser/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/static/js/Dialogs/index.jsx M web/pgadmin/utils/driver/psycopg3/server_manager.py Log Message: ----------- Fixed following issues: (#6361) 1) Ensure that SSH Tunnel should work properly after upgrading to 7.2 from 7.1. #6341 2) Ensure that the master password dialog should not visible if the parameter MASTER_PASSWORD_REQUIRED is set to False. #6353