Browse Source

Clear password after use

Bob Mottram 7 years ago
parent
commit
1a11a8cfdd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-bdsmail

+ 1
- 0
src/freedombone-app-bdsmail View File

@@ -391,6 +391,7 @@ function install_bdsmail {
391 391
     bdsmail_configure_users
392 392
 
393 393
     $BDSMAIL_DIR/bin/newmail $MY_USERNAME /home/$MY_USERNAME/MailDir/i2p "$user_account_password"
394
+    user_account_password=
394 395
 
395 396
     APP_INSTALLED=1
396 397
 }