[kmymoney] [Bug 351892] online banking passwords not stored/remembered
Ralf Habacker
bugzilla_noreply at kde.org
Wed Nov 15 16:11:06 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=351892
--- Comment #5 from Ralf Habacker <ralf.habacker at freenet.de> ---
Do I understand the following code from the mentioned function
if (m_storePassword->isChecked()) {
if (d->m_walletIsOpen) {
QString key = OFX_PASSWORD_KEY(settings.value("url"),
settings.value("uniqueId"));
d->m_wallet->writePassword(key, settings.value("password"));
settings.deletePair("password");
}
} else {
settings.deletePair("password");
}
correctly that if wallet is not open the password will be simply deleted ?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list