https://bugs.kde.org/show_bug.cgi?id=351892
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |CONFIRMED Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- --- Comment #9 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #7) > Unfortunally this does not explain why the passwords are lost on an update > to Windows 10. I can reproduce the issue with kmymoney 4.8.1 on Windows 10 by using the following steps: 1. I created a file configured with an ofx online account on Windows 7 2. I copied the file to a Windows 10 system and opened this file with kmymoney 4.8.1 3. An online account update of the mapped account is performed without asking any password 4. Opening the account settings shows an uncheck "save" check box and no password in shown 5. Saving account settings deletes the password from the kmymoney file and password is requested on next account online update The bug seems to be in KOnlineBankingSetupWizard::walletOpened(bool ok) where the password save checkbox is only enabled if a wallet is open m_storePassword->setEnabled(d->m_walletIsOpen); Entering the password again and checking the "save" checkbox saves the password in the kmymoney file (with a notice that is is saved as clear text), but after reloading the file the "save" checkbox is unchecked again. Further opens of the account settings and saving without reentering the password and checking the 'save' checkbox deletes the password from the kmymoney file. -- You are receiving this mail because: You are the assignee for the bug.