The problem seems to be that whereas MoonshotServer.install_id_card (used by moonshot-webp) sets the idcard.store_password = true, the import_identities_cb does not.
I've created a trivial patch in my GH page (https://github.com/alejandro-perez/moonshot-ui/compare/fix_import) that updates the Parser class to return IdCard with the store_password set whenever needed. It works in my tests, but please, review and apply.
The problem seems to be that whereas MoonshotServer. install_ id_card (used by moonshot-webp) sets the idcard. store_password = true, the import_ identities_ cb does not.
I've created a trivial patch in my GH page (https:/ /github. com/alejandro- perez/moonshot- ui/compare/ fix_import) that updates the Parser class to return IdCard with the store_password set whenever needed. It works in my tests, but please, review and apply.