How to remove dates from login list?

User Help for Mozilla Firefox
Post Reply
antic
Posts: 671
Joined: December 12th, 2004, 8:40 am
Location: Oz

How to remove dates from login list?

Post by antic »

Firefox will sometimes show a date next to a saved login, as shown below:

Image

Can't work out why (it's not a duplicate or anything), and becomes clutter/distracting when looking through the list. I've checked in the chrome DOM and unfortunately it's part of the same node content text as the login name, so it can't be separately hidden. Hopefully it's controlled by a config flag, but I couldn't spot it myself. Is there a way to disable the display of those dates?

ed: Or does anyone know what triggers the display of them?
User avatar
dickvl
Posts: 54164
Joined: July 18th, 2005, 3:25 am

Re: How to remove dates from login list?

Post by dickvl »

See:
https://searchfox.org/mozilla-release/s ... mplete.jsm
If login is empty or duplicated we want to append a modification date to it.
antic
Posts: 671
Joined: December 12th, 2004, 8:40 am
Location: Oz

Re: How to remove dates from login list?

Post by antic »

Thanks! I thought it might be because of a duplicate, but I looked and didn't notice any. I'll check again for anything weird in the logins.
Post Reply