mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed an issue where the ad-hoc server with SSH Tunnel repeatedly prompted for the password.
2) Fixed an issue where the SSH Tunnel password was not being saved in the External Database if its encoded length exceeded 64 characters. 3) 'Save Password' check box should be hidden for SSH Tunnel password on the Welcome page.
This commit is contained in:
@@ -482,6 +482,7 @@ export default function AdHocConnection({mode}) {
|
||||
data={error.response?.data?.result}
|
||||
onOK={(okFormData)=>{
|
||||
formData['password'] = okFormData.get('password');
|
||||
formData['tunnel_password'] = okFormData.get('tunnel_password');
|
||||
onSaveClick(isNew, formData);
|
||||
}}
|
||||
hideSavePassword={true}
|
||||
|
Reference in New Issue
Block a user