From: Manuel Nickschas Date: Tue, 17 Feb 2015 21:16:23 +0000 (+0100) Subject: Change location and behavior of the Password Change action X-Git-Tag: 0.12-beta1~8 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=7cd3ad607186b3a14989075968daa4f1e2ea265b;hp=7cd3ad607186b3a14989075968daa4f1e2ea265b;p=quassel.git Change location and behavior of the Password Change action This action fits better in the File menu than under Settings, so move it there. Also, to increase discoverability, we now show the option even if the core is too old to support the feature. A popup message informing the user is shown in that case. Additionally, the changed password is now saved client-side (if the account is setup to remember the password), thus avoiding having to re-enter the new password on next launch. ---