mirror of https://github.com/BOINC/boinc.git
MGR: If an attempt to attach to a project fails because a setup cookie expires, null out the setup cookie value so that when the wizard prompts for credentials they are used instead.
This commit is contained in:
parent
bc38aa452a
commit
54c9226665
|
@ -501,6 +501,7 @@ void CProjectProcessingPage::OnStateChange( CProjectProcessingPageEvent& WXUNUSE
|
|||
(ERR_BAD_EMAIL_ADDR == ao->error_num) ||
|
||||
(ERR_BAD_PASSWD == ao->error_num)
|
||||
) {
|
||||
pWA->SetProjectSetupCookie(wxEmptyString);
|
||||
SetProjectAccountNotFound(true);
|
||||
} else {
|
||||
SetProjectAccountNotFound(false);
|
||||
|
|
Loading…
Reference in New Issue