Added text notifying that password change may cause logout

This commit is contained in:
Ashleigh 2019-09-14 22:12:23 -05:00
parent 9ee3a84817
commit 9689e5cea7

View File

@ -83,8 +83,7 @@ void LaunchController::login()
// we loop until the user succeeds in logging in or gives up
bool tryagain = true;
// the failure. the default failure.
const QString needLoginAgain = tr("Your account is currently not logged in. Please enter "
"your password to log in again.");
const QString needLoginAgain = tr("Your account is currently not logged in. Please enter your password to log in again. <br /> <br /> This could be caused by a password change.");
QString failReason = needLoginAgain;
while (tryagain)