Sage-Bionetworks / sagebio-collaboration-portal

Collaboration Portal developed by Sage Bionetworks
1 stars 0 forks source link

Prevent LastPass from automatically filling up non-login fields #581

Closed tschaffter closed 4 years ago

tschaffter commented 4 years ago

About a couple of weeks ago, LastPass started to automatically fill in fields that are non-login fields.

A quick fix is to tell LastPass to not auto fill fields for the portal. The downside is that two extra clicks are now required to login (open LastPass suggested credentials and select one).

The screenshot below shows that LastPass is associating a field ID to field value:

image

A solution could be to assign an unique ID for the login and password field of the portal, thus preventing LastPass to infer a default field ID such as "mat-input-x".

tschaffter commented 4 years ago

Fixed the issue by adding an id to the login email and password input fields.

image

tschaffter commented 4 years ago

@jaeddy @ychae If you had recently an issue with LastPass automatically inserting your login email into random input field in the portal, this bug is now fixed in the branch develop. You would still need to remove saved input field values in last pass for localhost, https://develop.phc.sagesandbox.org and any other address you may use to access the portal.

Saved input field values can be removed by clicking on the monkey wrench icon (see screenshot) and then manually remove all the items listed.

image