mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where incorrect password used with shared server. #5487
This commit is contained in:
@@ -162,6 +162,7 @@ class ServerModule(sg.ServerGroupPluginModule):
|
||||
server.sslcert = sharedserver.sslcert
|
||||
server.username = sharedserver.username
|
||||
server.server_owner = sharedserver.server_owner
|
||||
server.password = sharedserver.password
|
||||
|
||||
return server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user