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. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=21d57b1f109dc4066a07814243caf2d77c031055 Modified Files -------------- .../browser/server_groups/servers/templates/servers/password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)