mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revamp the current password saving implementation to keyring and reducing repeated OS user password prompts. #7076
The new implementation will store the master password in the keyring instead of storing each and every server password separately. The master password will be used to encrypt/decrypt server password when storing in the pgAdmin config DB.
This commit is contained in:
@@ -45,6 +45,7 @@ class MasterPasswordTestCase(BaseTestGenerator):
|
||||
def setUp(self):
|
||||
config.MASTER_PASSWORD_REQUIRED = True
|
||||
config.AUTHENTICATION_SOURCES = [INTERNAL]
|
||||
config.USE_OS_SECRET_STORAGE = False
|
||||
|
||||
def runTest(self):
|
||||
"""This function will check change password functionality."""
|
||||
|
||||
Reference in New Issue
Block a user