mozilla-lockwise / lockwise-addon

Take your passwords everywhere
https://mozilla-lockwise.github.io/lockwise-addon
Mozilla Public License 2.0
265 stars 28 forks source link

Ability to store more than just website passwords #116

Open nsrosenqvist opened 5 years ago

nsrosenqvist commented 5 years ago

Often when apps require accounts there is no website url to attach the password to, so I was wondering if it was within the scope of the service to simply add a different type of password, or not require a website URL but allowing app name, or whatever. These passwords needs to be stored somewhere anyway so it would be nice to be able to store it in Lockbox as well.

brechtm commented 5 years ago

This should be trivial to implement. I was able to enter plain text into the "Website Address" field after using "Inspect Element" from the context menu on the input field and setting the input tag's type attribute to "text" (was "url"). After syncing, this entry was also available in Firefox on my Android phone!

nhm91135 commented 5 years ago

This can solve the issue of wanting to edit the URL also, just remove the disabled="" attribute there as well.

But I just want to give a big +1 for changing this to save more than URL's and maybe that is the plan. Sure there are a lot of password extensions out there that you can create anything, BUT, they all have the same Big Problem, Permissions to pretty much everything going to a 3rd party.

So let's do what it takes to keeps this going in the right direction. I would even be willing take on the assignment of implementing these 2 little enhancements. But it looks like Lockwise is being wrapped into the application for version 70 anyway, so different ball game.

1000i100 commented 4 years ago

280 could do the stuff ?