pgAdmin 4 commit: Do not let browser autocomplete the password field wh

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not let browser autocomplete the password field wh
Date: 2020-07-01 06:23:50
Message-ID: E1jqW9u-0003AZ-Jx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2020-07-01 06:47:24 [pgAdmin4][Patch] - SonarQube Issues07 (Variables should not be shadowed)
Previous Message Nikhil Mohite 2020-07-01 06:09:30 [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content