Skip to content

Commit

Permalink
Do not erase the full account config if an old version of the client …
Browse files Browse the repository at this point in the history
…stored the password
  • Loading branch information
ogoffart committed Feb 28, 2014
1 parent f8d9962 commit 9a60732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creds/httpcredentials.cpp
Expand Up @@ -199,7 +199,7 @@ void HttpCredentials::fetch(Account *account)
// we do not want a security problem.
settings->remove(key);
key = QString::fromLatin1( "%1/type" ).arg( kck );
settings->remove(kck);
settings->remove(key);
settings->sync();
}

Expand Down

0 comments on commit 9a60732

Please sign in to comment.