Added text notifying that password change may cause logout
This commit is contained in:
parent
9ee3a84817
commit
9689e5cea7
@ -83,8 +83,7 @@ void LaunchController::login()
|
|||||||
// we loop until the user succeeds in logging in or gives up
|
// we loop until the user succeeds in logging in or gives up
|
||||||
bool tryagain = true;
|
bool tryagain = true;
|
||||||
// the failure. the default failure.
|
// the failure. the default failure.
|
||||||
const QString needLoginAgain = tr("Your account is currently not logged in. Please enter "
|
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.");
|
||||||
"your password to log in again.");
|
|
||||||
QString failReason = needLoginAgain;
|
QString failReason = needLoginAgain;
|
||||||
|
|
||||||
while (tryagain)
|
while (tryagain)
|
||||||
|
Loading…
Reference in New Issue
Block a user