Added support to use standard OS secret store to save server/ssh tunnel passwords instead of master password in pgAdmin desktop mode. #5123

This commit is contained in:
Nikhil Mohite
2023-05-22 11:08:29 +05:30
committed by GitHub
parent e2b27da2ef
commit 736879567f
12 changed files with 317 additions and 91 deletions

View File

@@ -56,3 +56,5 @@ passwords. This is applicable only for desktop mode users.
.. warning:: Resetting the master password will also remove all saved passwords
and close all existing established connections.
**Note:** pgAdmin 4 will use the OS password manager from version 7.2 onwards and fallback to master password if OS password manager is not available.