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

German Fields not mapped? #5

Open
longtom99 opened this issue Jul 10, 2021 · 2 comments
Open

German Fields not mapped? #5

longtom99 opened this issue Jul 10, 2021 · 2 comments

Comments

@longtom99
Copy link

I used your script, Thanks a lot!
It seems that my Enpass file contains English and German stored words.
So all Passwort: xyxxy is not mapped to password and i have it in the Notes field.
Also for Webseite: https://www.github.com is not mapped to Website, also then in Notes.
Bildschirmfoto 2021-07-10 um 12 11 05

@Haschtl
Copy link

Haschtl commented Oct 26, 2022

I had the same problem. You can simply modify the mapping FIELD_ALIASES at the beginning of enpass-to-keepass.py. Just add the lines

  "webseite": "url",
  "passwort": "password",

@longtom99
Copy link
Author

Thanks!

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