From 95f805c28f888c71982dada0492635ec3383f908 Mon Sep 17 00:00:00 2001 From: Dario Date: Sat, 9 Nov 2019 09:56:24 +0100 Subject: [PATCH] update passphrase text --- src/cpp/HTTPInterface/CheckEmailPage.cpp | 2 +- .../HTTPInterface/CheckTransactionPage.cpp | 2 +- src/cpp/HTTPInterface/ConfigPage.cpp | 2 +- src/cpp/HTTPInterface/DashboardPage.cpp | 2 +- src/cpp/HTTPInterface/Error500Page.cpp | 2 +- src/cpp/HTTPInterface/LoginPage.cpp | 2 +- src/cpp/HTTPInterface/PassphrasePage.cpp | 11 ++--- src/cpp/HTTPInterface/RegisterPage.cpp | 2 +- src/cpp/HTTPInterface/SaveKeysPage.cpp | 2 +- .../HTTPInterface/UpdateUserPasswordPage.cpp | 2 +- src/cpp/JSONInterface/JsonGetLogin.cpp | 1 + src/cpp/lib/ErrorList.cpp | 5 ++- src/cpp/lib/ErrorList.h | 2 +- src/cpp/model/User.cpp | 8 +++- src/cpp/tasks/SigningTransaction.cpp | 43 +++++++++++++------ src/cpsp/header.cpsp | 2 +- src/cpsp/passphrase.cpsp | 3 +- src/proto | 2 +- 18 files changed, 61 insertions(+), 34 deletions(-) diff --git a/src/cpp/HTTPInterface/CheckEmailPage.cpp b/src/cpp/HTTPInterface/CheckEmailPage.cpp index d6822c31e..e4a6df0b0 100644 --- a/src/cpp/HTTPInterface/CheckEmailPage.cpp +++ b/src/cpp/HTTPInterface/CheckEmailPage.cpp @@ -110,7 +110,7 @@ void CheckEmailPage::handleRequest(Poco::Net::HTTPServerRequest& request, Poco:: responseStream << "\n"; responseStream << "
\n"; responseStream << "\t

Login Server in Entwicklung

\n"; - responseStream << "\t

Alpha 0.4.5

\n"; + responseStream << "\t

Alpha 0.5.1

\n"; responseStream << "
\n"; responseStream << "