Questions tagged [lastpass]

LastPass is a password management service. It is available as a plugin for various web browsers.

LastPass Password Manager is a freemium password management service developed by LastPass. It is available as a plugin for , Mozilla , , , and . There is also a LastPass Password Manager bookmarklet for other browsers.

LastPass seeks to resolve the password fatigue problem by centralising user password management in the cloud.

Passwords in LastPass Password Manager are protected by a master password and are encrypted locally and are synchronized to any other browser. LastPass Password Manager also has a form filler that automates password entering and form filling. It also supports password generation, site sharing and site logging.

If your question is related to the use of LastPass or its integration with any supported browser you should use this tag.

59 questions
190
votes
19 answers

Stop LastPass filling out a form

Is there a way to prevent the LastPass browser extension from filling out a HTML-based form with an input field with the name "username"? This is an hidden field, so I don't want any software to use this field for their purposes:
Marco
  • 3,470
  • 4
  • 23
  • 35
39
votes
2 answers

LastPass Chrome extension throwing error and preventing click events

I'm registering a simple click event like seen below: $('.block--hero').on('click', '*[data-target-id]', function(e) { e.preventDefault(); e.stopPropagation(); console.log('clicked'); }); Frequently, but not always, when I click…
17
votes
6 answers

Hide Last Pass icon in input fields

If you have the Last Pass extension installed in chrome it displays a ... on the right side of certain input fields. I was wondering: Is there a way to hide this with css?
Gage Hendy Ya Boy
  • 1,456
  • 4
  • 17
  • 35
13
votes
6 answers

How do password managers know when I've logged in successfully?

So you know how you are presented with a login screen and then, you fill it out, and then the browser loads the next page? At this point, somehow the password manager bar pops up for LastPass, 1Password, or some other extension, asking if you want…
12
votes
2 answers

Last Pass chrome extension creating a div that blocks clicks

When our users have Last Pass installed, after they log in they see a big div with this markup and styles:
Yasu Flores
  • 121
  • 3
12
votes
2 answers

How can I write my HTML login form to explicitly enable LastPass?

How can I write my HTML login form to be guaranteed to work with LastPass, or at least make it as likely as possible to work? Some sites require the "Save All Entered Data" to work properly with LastPass, but as a site developer I'm looking for…
Will
  • 6,601
  • 3
  • 31
  • 42
10
votes
1 answer

How does the lastpass icon determine when to appear on a form input?

The lastpass autofill icon appears on certain form fields, and on my site it has appeared unexpectedly on an input, with autocomplete="off", with no id and a name of CatName_autocomplete. I understand I can add an attribute to disable it, but unless…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
8
votes
1 answer

Proper HTML markup and authentication flow for password manager compatibility?

I'm working on a webapp written in angular that seems to have trouble interacting with the various password managers (Dashlane, LastPass, etc) that are out there. Are there any guidelines around HTML markup and authentication flow to ensure…
GregM
  • 1,818
  • 1
  • 13
  • 18
7
votes
1 answer

Lastpass changing username

I have a form that username gets pre-populated from the backend. When the page loads, the username is shown in the username field. When lastpass loads, it changes the username to the username that is saved on the lastpass. It looks like a bug that…
AliBZ
  • 4,039
  • 12
  • 45
  • 67
7
votes
2 answers

Fill in EditText of any app from (Accessibility)Service?

How does Lastpass manage this?! AccessibilityNodeInfo has a setText() method, but I feel like this is a red herring as the docs state, Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an…
r2DoesInc
  • 3,759
  • 3
  • 29
  • 60
6
votes
2 answers

How to find all records in LastPass that have files/attachments in them?

Exporting notes from LastPass does not export files that are in some notes so I need to go through every note that has a file in it and backup it manually. It would help to know which notes have files/attachments in them so that I do not need to…
Hrvoje
  • 113
  • 1
  • 6
6
votes
1 answer

What is a script from source 'undefined' mean in CSP?

I have recently moved from stripe.js v2 to stripe.js v3 / elements. As part of this, I am recieving new CSP errors. These don't seem to be causing stripe to fail, but I would like to understand them: Content Security Policy: The page's settings…
mikemaccana
  • 110,530
  • 99
  • 389
  • 494
6
votes
2 answers

How does Lastpass know the current URL in Chrome

When browsing around in Chrome for Android, Lastpass pops up with suggestions if it recognizes the URL as one you have associated login details with. How does it know which URL Chrome is looking at? I know that Lastpass makes use of Accessibility…
marlar
  • 3,858
  • 6
  • 37
  • 60
6
votes
5 answers

How to prevent LastPass (chrome extension) from auto-filling input field

I want to prevent LastPass from filling out an input field on my site. I'm using AngularJS and HTML5, and the extension is autofilling the following input field. This field is a search field inside my page; it's not a login page.
Liad Livnat
  • 7,435
  • 16
  • 60
  • 98
4
votes
0 answers

Make multipage login form work with password managers

I am moving to multipage authentication form with sso and that time one state holds user name then next state holds the password input. Now Last pass stopped working I've added autocomple="username" that gives chrome native suggestions but not all…
Shubhanu Sharma
  • 1,957
  • 12
  • 30
1
2 3 4