cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dsafda
New member
Status: New idea

dsafda_0-1653494541408.png

Currently it's not possible to edit the URL for saved passwords, and sometimes the URL for the saved login changes, and the old one becomes invalid meaning you would have to resave the same details for another URL.

If this can be considered that would be great.

18 Comments
tntonline
New member

It blows my mind this isn't a basic feature.

GMTSE
New member

I've found a temporary workaround (I needed to change many entries at once from using "https://signup.live.com" to "https://login.live.com"):

  • export the passwords as CSV
  • open it in text editor and understand its structure
  • remove all the entries but the header
  • write a script that generates the entries you need in CSV format
    • You will need to generate a fake GUID (I simply used an existing one and changed the last digit)
    • You will need to generate time stamps (I simply copy-pasted those from another entry)
  • import the passwords as CSV

 

GMTSE
New member

Just found a work around : export passwords as CSV... Make modifications in CSV... Import password as CSV...