Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lastpass changing username

Tags:

lastpass

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 lastpass overwrites the username when it has a value. Is there a way to prevent this?

enter image description here

In the above video, pre defined username is [email protected]. After lastpass is loaded, it changes to [email protected].

PS. I'm the developer. I am looking for a way to prevent this from happening for my users.

like image 659
AliBZ Avatar asked Nov 07 '17 01:11

AliBZ


People also ask

How do I change my email address in LastPass?

Select Account Settings in the left navigation. Under Login Credentials, click Send Test Email, then click OK. Check the email inbox of your new email address and confirm that you received a verification email from LastPass.

How do I use a randomized username in LastPass?

Using a randomized username is like having two passwords for an account because it makes it harder for someone to guess your username and break in. It’s easy! Just use the username generator above to create a secure username that you can save safely in LastPass. Email usernames and bank account usernames should be different.

Why should I sign up for LastPass?

Sign up free - no credit card required. The statistics don’t lie. Recent data shows that cybersecurity hacks are happening more frequently, with username and email addresses targeted as well. Creating a secure username can be a big first step to protecting your information online. And that’s what the LastPass username generator tool does!

What is LastPass premium?

LastPass makes it easy to have a different username for every online account. Try Premium for 30 days and let LastPass remember and autofill logins for you. Sign up free - no credit card required. The statistics don’t lie. Recent data shows that cybersecurity hacks are happening more frequently, with username and email addresses targeted as well.


1 Answers

Use

data-lpignore="true"

On your html element.

According to lastpass documentation:

To prevent LastPass icons on your website or application from appearing on non-desired fields, add 'data-lpignore'=true attribute to your form fields, this will prevent LastPass icons from being generated in this particular locations.

Source: https://lastpass.com/support.php?cmd=showfaq&id=10512

like image 177
Mark Dreyer Avatar answered Nov 03 '22 03:11

Mark Dreyer