Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from LogMeOnce not working #11406

Open
1 task done
lplohmann opened this issue Oct 4, 2024 · 5 comments
Open
1 task done

Import from LogMeOnce not working #11406

lplohmann opened this issue Oct 4, 2024 · 5 comments
Labels

Comments

@lplohmann
Copy link

Steps To Reproduce

  1. Generate CSV file from LogMeOnce
  2. Go to Bitwarden import tool
  3. Select file format LogMeOnce
  4. Add the CSV file exported from LogMeOnce
  5. Bitwarden shows a success message
  6. Only site name and URIs were really imported
  7. Usernames and passwords weren't imported

Expected Result

Usernames and passwords should be imported alongside sites names and URIs.

Actual Result

Only sites names and URIs are imported. Usernames and passwords aren't and stay blank.

Screenshots or Videos

No response

Additional Context

No response

Operating System

macOS

Operating System Version

No response

Web Browser

Chrome

Browser Version

129.0.6668.72

Build Version

2024.9.2

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@lplohmann lplohmann added browser Browser Extension bug labels Oct 4, 2024
@lplohmann
Copy link
Author

Here is a test file I created with LogMeOnce format.

passtest.csv

@lplohmann
Copy link
Author

lplohmann commented Oct 4, 2024

I did another test, removing the 'note', 'group' and 'extra' columns that LogMeOnce adds to the CSV file and it worked. I had to remove the heading line also, as Bitwarden was importing it as an entry too.

@djsmith85
Copy link
Contributor

Thank you for your report @lplohmann

It seems like LogMeOnce has changed their import format from:
"name","url","username","password"
to
"name","url","note","group","username","password","extra"

Marking this as good first issue, in case anyone would like to tackle this.

Instructions on how to setup your development and other ways you can contribute can be found at
https://contributing.bitwarden.com/
and the LogMeOnceCsvImporter can be found here:

export class LogMeOnceCsvImporter extends BaseImporter implements Importer {

Kind regards,
Daniel

@dlfi
Copy link

dlfi commented Oct 5, 2024

Hello. I'm looking for my first opportunity to contribute in an open source project. I like this project and issue. Do you think I could contribute and help? I'm not sure if I can but I'll try my best. Please let me know if I can start working on it. Thank you very much.

@djsmith85
Copy link
Contributor

Hi @dlfi, thank you for your interest in contributing. The issue is open to anyone who would like to address it.

Looking forward to seeing a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants