Comment 11 for bug 613830

Revision history for this message
Holger Goetz (holgerg) wrote :

This issue (and bug #676403 :"Passord request pops up multiple times - password is saved" - which is basically the same) seems to me very much like some sort of *race condition*:

Tests i've done based on current git version that pamper this assumption:

1) changing code to skip all actions inside "getAccount" when there was any action pending - in my case that already reduced the prompts to only one.

2) modified the "getInterface" code which does a discardAccount() originally after 2 calls - changed that to drop the account Info only after 100 calls .... and voila: No asking about passwords anymore.

Hope this get us in the right direction ;-)

Best,
Holger