[GH-ISSUE #794] Imported from Roboform - Duplicate usernames and passwords #550

Closed
opened 2026-03-03 01:30:28 +03:00 by kerem · 1 comment
Owner

Originally created by @jeffshead on GitHub (Jan 2, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/794

Subject of the issue

I imported hundreds of logins from Roboform. It all went well except every Bitwarden login contains at least two custom fields that should not exist. One for the username and one for the password. Some logins have a third custom field for the "remember me" checkbox that some webpages use. In other words, the username and password has been duplicated in the custom fields section of every login.

How can I remove all custom fields from all logins without editing each one individually?

Your environment

  • Bitwarden_rs version: 1.13.0
  • Install method: CentOS 7 package
  • Clients used:
  • Reverse proxy and version:
  • Version of mysql/postgresql:
  • Other relevant information:

Steps to reproduce

Export CSV file from Roboform and import that file into BW.

Expected behaviour

To not duplicate the username and password with a custom field for each.

Actual behaviour

Duplicates the username and password with a custom field for each.

Relevant logs

Below are the headers of the CSV file that was exported from Roboform:

Name | Url | MatchUrl | Login | Pwd | Note | Folder | Rf_fields

Originally created by @jeffshead on GitHub (Jan 2, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/794 <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unneccessary for your issue, feel free to remove them. Remember to hide/obfuscate personal and confidential information, such as names, global IP/DNS adresses and especially passwords, if neccessary. --> ### Subject of the issue I imported hundreds of logins from Roboform. It all went well except every Bitwarden login contains at least two custom fields that should not exist. One for the username and one for the password. Some logins have a third custom field for the "remember me" checkbox that some webpages use. In other words, the username and password has been duplicated in the custom fields section of every login. **How can I remove all custom fields from all logins without editing each one individually?** ### Your environment <!-- The version number, obtained from the logs or the admin page --> * Bitwarden_rs version: 1.13.0 <!-- How the server was installed: Docker image / package / built from source --> * Install method: CentOS 7 package * Clients used: <!-- if applicable --> * Reverse proxy and version: <!-- if applicable --> * Version of mysql/postgresql: <!-- if applicable --> * Other relevant information: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> Export CSV file from Roboform and import that file into BW. ### Expected behaviour <!-- Tell us what should happen --> To not duplicate the username and password with a custom field for each. ### Actual behaviour <!-- Tell us what happens instead --> Duplicates the username and password with a custom field for each. ### Relevant logs <!-- Share some logfiles, screenshots or output of relevant programs with us. --> Below are the headers of the CSV file that was exported from Roboform: Name | Url | MatchUrl | Login | Pwd | Note | Folder | Rf_fields
kerem closed this issue 2026-03-03 01:30:28 +03:00
Author
Owner

@jeffshead commented on GitHub (Jan 3, 2020):

I solved the issue. I exported the BW database in CSV format. I removed everything from the ‘fields’ column and saved the CSV file. I then purged the BW vault to avoid duplicates. Finally, I imported the edited CSV file.

<!-- gh-comment-id:570424996 --> @jeffshead commented on GitHub (Jan 3, 2020): I solved the issue. I exported the BW database in CSV format. I removed everything from the ‘fields’ column and saved the CSV file. I then purged the BW vault to avoid duplicates. Finally, I imported the edited CSV file.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#550
No description provided.