mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure saved passwords are effective immediately, not just following a restart when first saved. Fixes #1920
This commit is contained in:
committed by
Dave Page
parent
d4e77deda4
commit
27bc5c803f
@@ -746,6 +746,8 @@ class ServerNode(PGChildNodeView):
|
||||
_=gettext
|
||||
)
|
||||
)
|
||||
else:
|
||||
password = conn_passwd or server.password
|
||||
else:
|
||||
password = data['password'] if 'password' in data else None
|
||||
save_password = \
|
||||
|
||||
Reference in New Issue
Block a user