Comment 1 for bug 1750574

Revision history for this message
Alejandro Perez (alejandro-perez-mendez) wrote :

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.