From 21d57b1f109dc4066a07814243caf2d77c031055 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Wed, 1 Jul 2020 11:26:47 +0530 Subject: [PATCH] Do not let browser autocomplete the password field while connecting a database server. Set the autocomplete attribute of the password field to 'new-password' to let browser know, we require a new password for the password, and do not autocomplete it. --- .../server_groups/servers/templates/servers/password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/server_groups/servers/templates/servers/password.html b/web/pgadmin/browser/server_groups/servers/templates/servers/password.html index 0cb15f2c9..641d44e09 100644 --- a/web/pgadmin/browser/server_groups/servers/templates/servers/password.html +++ b/web/pgadmin/browser/server_groups/servers/templates/servers/password.html @@ -5,7 +5,7 @@
- +