Do not print the password in the terminal.

2006-05-11  Sankar P  <psankar@novell.com>

	* exchange-account-setup.c: (btn_chpass_clicked):
	Do not print the password in the terminal.

svn path=/trunk/; revision=31972
This commit is contained in:
Sankar P
2006-05-11 10:34:54 +00:00
committed by Sankarasivasubramanian Pasupathilingam
parent 91a1042a4a
commit dd5cc403f6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-11 Sankar P <psankar@novell.com>
* exchange-account-setup.c: (btn_chpass_clicked):
Do not print the password in the terminal.
2006-05-10 Sushma Rai <rsushma@novell.com>
* exchange-config-listener.c (account_changed): Using the HIGified

View File

@ -134,7 +134,7 @@ btn_chpass_clicked (GtkButton *button, gpointer data)
/* "Cacel" button was hit */
return;
}
g_print ("Current password is \"%s\"\n", old_password);
//g_print ("Current password is \"%s\"\n", old_password);
result = exchange_account_set_password (account, old_password, new_password);
if (result != EXCHANGE_ACCOUNT_CONNECT_SUCCESS)
exchange_operations_report_error (account, result);