zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Import problem with Username filed #246

Closed fabiomarchesi77 closed 4 years ago

fabiomarchesi77 commented 4 years ago

Import from CSV works but not for the field "Username", it is empty.

This is the content of my CSV: `name,username,password,url,comment,tags

"my account name","servizimultimediali","mypassword","https://mysite/","",""`

BenjaminHae commented 4 years ago

The column must be named as the custom field. Beware: This is not the header of the column in the manager itself. This is the definition of the custom field "user": "user":{"colname":"Username","hint":"","cls":" hidden-xs","position":1,"count":4} The header is "Username", but the field is called "user". So if you rename the column in your csv to user everything should work.