diff options
Diffstat (limited to 'calendar/common/authentication.c')
-rw-r--r-- | calendar/common/authentication.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 663b17dc61..418d71a7b3 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -45,8 +45,8 @@ auth_func_cb (ECal *ecal, const char *prompt, const char *key, gpointer user_dat password = e_passwords_get_password (component_name, key); if (!password) - password = e_passwords_ask_password (_("Enter password"), component_name, key, prompt, TRUE, - E_PASSWORDS_REMEMBER_FOREVER, &remember, + password = e_passwords_ask_password (_("Enter password"), component_name, key, prompt, + E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET, &remember, NULL); return password; |