https://bugs.kde.org/show_bug.cgi?id=467034
Bug ID: 467034 Summary: libksieve/src/kmanagesieve/session.cpp assigns password to username & gets logged Classification: Applications Product: sieveeditor Version: unspecified Platform: openSUSE OS: Linux Status: REPORTED Severity: critical Priority: NOR Component: general Assignee: mon...@kde.org Reporter: k...@1.kde.bgcomp.co.uk Target Milestone: --- SUMMARY *** I've raised this as critical as a library logs passwords. in libksieve/src/kmanagesieve/session.cpp, password is entered against username *** In the above file at line 276, the following is entered: ad.username = dlg->password(); I am pretty sure that it should be: ad.username = dlg->username(); This has been the case since file creation in 2015. -- You are receiving this mail because: You are watching all bug changes.