diff options
Diffstat (limited to 'src/account.c')
-rw-r--r-- | src/account.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/account.c b/src/account.c index 2a99e58..d7ab9c0 100644 --- a/src/account.c +++ b/src/account.c @@ -388,6 +388,9 @@ int account_alloc(struct account **accp, const char *sipaddr) /* optional password prompt */ if (pl_isset(&acc->laddr.uri.password)) { + warning("account: username:password is now deprecated" + " please use ;auth_pass=xxx instead\n"); + err = re_sdprintf(&acc->auth_pass, "%H", uri_password_unescape, &acc->laddr.uri.password); |