Cloud storage: enable password update

This now allows the user to set a new password for the cloud service.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-22 11:10:40 -07:00
parent 3ba3de8daf
commit ce008f52db
3 changed files with 31 additions and 9 deletions

View file

@ -114,7 +114,7 @@ slots:
class CloudStorageAuthenticate : public QObject {
Q_OBJECT
public:
QNetworkReply* authenticate(QString email, QString password, QString pin = "");
QNetworkReply* backend(QString email, QString password, QString pin = "", QString newpasswd = "");
explicit CloudStorageAuthenticate(QObject *parent);
signals:
void finishedAuthenticate();