Skip to content

Commit

Permalink
GUI no longer locks when password is "hacked" (resolves issue #30).
Browse files Browse the repository at this point in the history
  • Loading branch information
607011 committed Sep 12, 2015
1 parent bff4674 commit e8e7d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ctSESAM/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ void MainWindow::onPasswordGenerated(void)
ui->tabWidget->setCurrentIndex(0);
saveCurrentDomainSettings();
}
restartInvalidationTimer();
}
else {
const qint64 dt = d->hackIterationClock.restart();
Expand Down Expand Up @@ -1035,6 +1036,7 @@ void MainWindow::hackLegacyPassword(void)
}
else {
blockUpdatePassword();
d->masterPasswordInvalidationTimer.stop();
d->hackingMode = true;
d->hackSalt.fill(0);
d->hackPos = PositionTable(pwd);
Expand Down

0 comments on commit e8e7d69

Please sign in to comment.