<div dir="ltr">Hello there,<div><br></div><div>This is my first contribution to pass and also my first contribution through any mailing list. So apologies beforehand if I do something silly.</div><div><br></div><div>I was trying to import my lastpass data through the script and I found out that pass was only storing one credential per domain. i.e. I have multiple github accounts in my lastpass(client, personal, etc...), But the script was only saving the last password, or it was overwriting previous passwords. So I made changes in the lastpass import script to ensure that it saves all the passwords.</div><div><br></div><div>What it does is simply instead of creating an entry for `<a href="http://github.com">github.com</a>`, it wll create entry for `<a href="http://github.com/username`">github.com/username`</a>.</div><div><br></div><div>LMK if this change is acceptable for you people, I can do the same changes for other import scripts if you are happy with this. So anyone doing `pass find github` might be able to see your username, but  that works for me. If you have any better way of handling it, please let me know.</div><div><br></div><div> I've attached the patch file here:</div></div>