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
4
votes
1 answer

How to automate the Lastpass CLI login process

I was wondering if anyone successfully automated the LastPass CLI login process. I cannot seem to get around the password prompt, which I need to automate to make it useful. I've tried commands like echo | lpass login or yes…
4
votes
1 answer

Can an Android app get data and interact with other apps that are currently running?

I noticed that several apps like Facebook Messenger and LastPass can show widgets over other apps and even detect elements in those apps and fill input fields. I wonder how this is implemented and what are the limitations. I'd really appreciate any…
Xyand
  • 4,470
  • 4
  • 36
  • 63
3
votes
0 answers

Content-Security-Police violation on LastPass in Firefox

We have a problem with the LastPass extension on Firefox, at certain moments (we don't know exactly when yet), it blocks us from submitting the form (or it probably blocks onclick). The bad thing is that we can't duplicate the bug, so we don't know…
Jiří Chmiel
  • 876
  • 6
  • 20
3
votes
1 answer

Is there a way to detect if the LastPass extension is working on the website (in React)

I have a password input with the eye symbol to show the text, it works fine, however, It lies exactly when the LastPass box is laying. My goal is to move the eye symbol a bit to the left if the extension is on, but I don't want to disable it…
Roy
  • 1,612
  • 2
  • 12
  • 38
3
votes
0 answers

Using the Lastpass extension on my app

I am trying to use the Lastpass extension on my iOS app, but I can't find any documentation about it... Even though lots of apps appear to support it, like Evernote and IF. Can anyone point me in the right direction? Thanks.
EduAlm
  • 813
  • 3
  • 11
  • 27
3
votes
1 answer

HTML Service - Uncaught NetworkError: Form submission failed

I am working through the google example code for HTML Service: Communicate with Server Functions. I can't get the sample code to work for "Forms'. Is there an error in the code or is it something in my browser config? The code is - code.gs function…
Will
  • 43
  • 5
2
votes
1 answer

Lastpass iOS autofill filter

I'm trying to link our iOS app to our website with Lastpass. For most sites/apps, Lastpass will filter your list of passwords to the ones that match the app you're trying to log into. For example, if you have a password for mysite.com in LP, if you…
CYAD
  • 985
  • 2
  • 14
  • 21
2
votes
1 answer

How to prevent browser extension icons (Last Pass) from appearing in fields in React Apps?

In my web app I have a create-user page, and users with the Last Pass extension in their browsers get Last Pass icons appearing in some fields. I want to prevent these icons from appearing. I have found that for straight css, one can do
levraininjaneer
  • 1,157
  • 2
  • 18
  • 38
2
votes
0 answers

LastPass buttons not appearing on Auth0 Lock 10 UI

I am using Auth0 Lock 10 to present the Login UI in my web app. When the page loads the Lock control (shown below) shows, but the Lastpass buttons (on the email and password inputs) are not appearing (for users with the LastPass Chrome Extension).…
Matt Wilson
  • 8,159
  • 8
  • 33
  • 55
1
vote
1 answer

Prevent fields from being auto-filled by LastPass Extension

I have a form component used for searching, but LastPass keeps treating it as an email / username field and auto populating it. I've looked at past discussions on StackExchange, and the accepted answers no longer seem valid. I have also tried…
Salfej
  • 43
  • 1
  • 8
1
vote
1 answer

LastPass Enterprise API New User Request

I am trying to use the LastPass Enterprise API to automate the creation of new users in our system using Powershell. I cannot seem to get the call to the API correct in my code. I am almost certain it has something to do with the "data" object. This…
RankinJ
  • 99
  • 10
1
vote
0 answers

Google Chrome dialog boxes not autofilling with LastPass or Chrome Password Manager

Problem with Google Chrome dialog boxes not auto-filling When I try to login to my (Netgear) router at 192.168.1.1 a dialog box appears and asks me to input username and password: (Plus it says the connection to the website is not secure) After…
tlz13
  • 86
  • 4
1
vote
2 answers

Any way to define domain name in login form so that lastpass can autofill it?

I am trying to figure out why lastpass works with my login password field but not with username I have a standard ionic/angular app with a regular form. Lastpass only works for the password field, it correctly identifies the domain that I need for…
f1vlad
  • 227
  • 3
  • 12
1
vote
0 answers

How to get LastPass to detect angularjs material inputs after page change

I have a login page for my angularjs site and I'm using the angularjs material library's inputs. On first page load LastPass detects the email and password inputs and auto fills them. The problem is if I leave the page and navigate back to the…
1
vote
1 answer

Django Crispy Forms add HTML Attributes

My goal is to have LastPass ignore all input forms on my site. I am using crispy forms and showing all form fields with only this in my HTML: {{ form|crispy }} However, I want to edit some of the HTML attributes of all input elements created by…
R. Steele
  • 56
  • 8