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:
parent
5d9bcde50d
commit
d2e00282e2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user