Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'

This commit is contained in:
James Booth
2013-11-07 21:43:11 +00:00
6 changed files with 44 additions and 15 deletions

View File

@@ -793,6 +793,9 @@ cons_show_account(ProfAccount *account)
cons_show ("enabled : FALSE");
}
cons_show ("jid : %s", account->jid);
if (account->password != NULL) {
cons_show ("password : [redacted]");
}
if (account->resource != NULL) {
cons_show ("resource : %s", account->resource);
}