Change location and behavior of the Password Change action
[quassel.git] / src / client / client.cpp
index d58cbe9..d8dbcbf 100644 (file)
@@ -657,6 +657,7 @@ void Client::changePassword(QString newPassword) {
     CoreAccount account = currentCoreAccount();
     account.setPassword(newPassword);
     coreAccountModel()->createOrUpdateAccount(account);
+    coreAccountModel()->save();
     emit clientChangePassword(newPassword);
 }