Bug 157697

Summary: kopete won't update password in kwallet
Product: [Applications] kopete Reporter: Vadim <kde>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vadim 2008-02-12 00:40:10 UTC
Version:            (using KDE 4.0.0)
Installed from:    Gentoo Packages
OS:                Linux

If the password that was first given to kopete is wrong, login will fail, and kopete will popup a password dialog. However, the wrong password is stored in kwallet anyway.

When the right password is entered, kopete will login successfully, but NOT update the password stored in kwallet. This means that on the next start of kopete it will again try the wrong password.

Reproduction:
* Add a new jabber/etc account to kopete
* Enter the wrong password for the account
* Password is saved in kwallet
* Kopete notices the password is wrong, asks again
* Enter the right password, login
* Exit kopete
* Start kopete
* Notice how it fails to login, and asks for the password again
Comment 1 Dennis Nienhüser 2008-04-20 13:55:12 UTC
SVN commit 799106 by nienhueser:

Show the "remember password" checkbox when prompting for a password before account connection. This is more intuitive than having to change settings (wrong password or password storing) in the config dialog.
CCBUG: 157697


 M  +1 -1      kopetepassword.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=799106
Comment 2 Dennis Nienhüser 2008-04-20 13:57:20 UTC
SVN commit 799108 by nienhueser:

Show the "remember password" checkbox when prompting for a password before account connection. This is more intuitive than having to change settings (wrong password or password storing) in the config dialog.
Backport of revision 799106
BUG: 157697


 M  +1 -1      kopetepassword.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=799108