Implement password changing from client.
authorMartin T. H. Sandsmark <martin.sandsmark@kde.org>
Tue, 25 Nov 2014 00:43:18 +0000 (01:43 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 16 Feb 2015 22:29:37 +0000 (23:29 +0100)
commit8379f6f725cf8ed2fdad1a19bd10743436c2d086
tree71060e2cf5927a9015bf81c342944be3d4173175
parent99ae722f4f4b427698d07d6476b3b860da7fa09c
Implement password changing from client.

Add menu item and dialog for getting a new password from the user,
signal from client to core to give the new password, and wire up the
signal on the core to change the password in the database.

Also update the stored password on the client side.
src/client/client.cpp
src/client/client.h
src/core/core.cpp
src/core/core.h
src/core/coresession.cpp
src/core/coresession.h
src/core/sessionthread.cpp
src/core/sessionthread.h
src/qtui/mainwin.cpp
src/qtui/mainwin.h