Password prompt after using a credential that was imported with password
Bug #1750574 reported by
Stefan Paetow
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moonshot ID Selector |
New
|
Undecided
|
Unassigned |
Bug Description
I import a credential using the Moonshot webp XML file. As part of this, a password is defined, as well as a service rule. The first time I try to access the service, I am prompted to enter the password for the identity I imported. This is wrong.
Since the password is defined and imported, this should also be retrieved and passed along without *any* interaction.
To post a comment you must log in.
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.