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:
committed by
Sankarasivasubramanian Pasupathilingam
parent
91a1042a4a
commit
dd5cc403f6
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user