Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 736879567fddded6c5e52fbfd24d35704b9f0fda https://github.com/pgadmin-org/pgadmin4/commit/736879567fddded6c5e52fbfd24d35704b9f0fda Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths: M docs/en_US/master_password.rst M requirements.txt M web/pgAdmin4.py M web/pgadmin/browser/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/tests/test_master_password.py M web/pgadmin/evaluate_config.py M web/pgadmin/static/js/Dialogs/MasterPasswordContent.jsx M web/pgadmin/static/js/Dialogs/index.jsx M web/pgadmin/utils/constants.py M web/pgadmin/utils/driver/psycopg3/connection.py M web/pgadmin/utils/driver/psycopg3/server_manager.py Log Message: ----------- Added support to use standard OS secret store to save server/ssh tunnel passwords instead of master password in pgAdmin desktop mode. #5123