cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
j-doe
Strollin' around
Status: In review

I think it would be helpful if it was possible to add custom fields (or a textarea for notes) to stored passwords to securely store additional information (like security questions, customer support pins, etc.)

Additionally it would be nice to be able to store and sync other credentials and information in Firefox, that don't link to websites, like (recovery-)keys for BitLocker/TrueCrypt/LUKS-LVM partitions, WiFi Passwords and Credit Cards. Of cause you won't have auto-fill, etc., but it wouldn't cause any harm to have more like a "Firefox secure wallet"...

83 Comments
Jon
Community Manager
Community Manager

(Note: similar ideas have been merged into this thread)

Mrs_C
New member

Yes, adding a text area below a password profile would be great! 

Passwords kept on an iPhone have a notes field below the website, username & password.  I use it to note my airline advantage #, security hints or answers, etc. The notes area should be kept secure as well.

RC-Casey
New member

Where are we with this feature. I "Thumbs Up'd" a request from 2022 and it's now 2025. I have logins with three fields: Username, Password, Account Number and really would appreciate being able to say all three credentials for quick login.

metropical
New member

and a filed where the actual name of the website could be stored, since many sites URL has nothing to do with the actual site that one might remember if one needed to search a pw or user.

MHBS
New member

I am afraid nothing will happen. But it is unfortunate that there ist not even a statement that there is no intention to solve this. And there is no advice how to code this on one's own, perhaps with help of a LLM.

metropical
New member

maybe Llama v4?

metropical
New member

and what also would be handy would be a key combo shortcut that one could use to get to passwords, rather than several clicks.

TomP
New member

I don't think, that it should be too extensive or complicated.

The login data is saved in an JSON file apart from the passwords.
This logins.json is updated by passwordmgr / passwordstorage.sys.mjs.
One could add some new field-keys like 'description' or 'additional_info'. Then this can be displayed in the login promt and the LoginAutocomplete next to forms with password inputs.

Third part would be the output in the about:logins page. There the new field has to be shown as editable input field.

I don't think that it could be setup as a PlugIn, because the autoComplete dialog does not have information about the IDs of the login rows.

It's not the coolest or most popular feature โ€“ I know,
but I think it would be a huge benefit and improvement.


Would be cool, if some developer could give it a feedback.