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

Problems importing chrome passwords. #27

Closed
maogouste opened this issue Feb 19, 2018 · 2 comments
Closed

Problems importing chrome passwords. #27

maogouste opened this issue Feb 19, 2018 · 2 comments

Comments

@maogouste
Copy link

Problems importing chrome passwords.

Version : Version 66.0.3346.8 (Build officiel) dev (64 bits) Linux

I activated chrome://flags/#PasswordExport
I went to chrome://settings/passwords
clicked on the export menu line.
It created a Mots de passe Google Chrome.csv file
'cat file.csv | pass import chrome' was shouting : import.FormatError
I found https://github.com/roddhjav/pass-import/blob/master/tests/db/chrome.csv
compared with the Mots* file : The first column was extra, and the headers where different.

As in :
name,url,username,password
instead of
origin_url,username_value,password_value

once corrected, everything went smoothly.

Thanks for your great job.

@roddhjav
Copy link
Owner

Thank for this reporting. It confirms #26, I'll update the format asap.

@roddhjav
Copy link
Owner

Fixed with ea673ff

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

No branches or pull requests

2 participants