From 09d4922d3740eb0ad2e42e02ca5d57f03b263eab Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 21 Nov 2010 19:34:59 +0000 Subject: Be clearer about password settings being intentionally hidden (and not really empty). Bug #657 and confusing BitlBee users since probably 2002. --- protocols/account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/account.c') diff --git a/protocols/account.c b/protocols/account.c index de5f9bd4..12831531 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -63,7 +63,7 @@ account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass ) s->flags |= ACC_SET_NOSAVE; /* Just for bw compatibility! */ s = set_add( &a->set, "password", NULL, set_eval_account, a ); - s->flags |= ACC_SET_NOSAVE | SET_NULL_OK; + s->flags |= ACC_SET_NOSAVE | SET_NULL_OK | SET_PASSWORD; s = set_add( &a->set, "tag", NULL, set_eval_account, a ); s->flags |= ACC_SET_NOSAVE; -- cgit v1.2.3