mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
sorted out the mess with various calls to clear/cache PGP passphrase that resulted in the passphrase staying in memory
This commit is contained in:
parent
3ee9408c00
commit
d7fbe29a56
4 changed files with 43 additions and 26 deletions
|
@ -126,6 +126,7 @@ void StartDialog::loadPerson()
|
|||
bool res = Rshare::loadCertificate(accountId, ui.autologin_checkbox->isChecked()) ;
|
||||
|
||||
rsNotify->setDisableAskPassword(false);
|
||||
rsNotify->clearPgpPassphrase();
|
||||
|
||||
if(res)
|
||||
accept();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue