From d7d054cf05e0863e46fd46710b69061e8e5217e2 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Tue, 1 Sep 2020 19:40:57 +0200 Subject: [PATCH] ejabberd_auth_http: add troubleshooting section https://github.com/processone/ejabberd-contrib/issues/288 --- ejabberd_auth_http/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ejabberd_auth_http/README.md b/ejabberd_auth_http/README.md index 17a0e63..b87b296 100644 --- a/ejabberd_auth_http/README.md +++ b/ejabberd_auth_http/README.md @@ -204,3 +204,7 @@ An Auth token is provided as a password. * **Service implements:** all methods * **ejabberd config:** `auth_password_format`: `scram` (recommended) or `plain`, `mod_register` enabled * **Client side:** May use any available auth method + +## Troubleshooting + +If the service supports multiple passwords per user you need to disable authentication caching with `auth_use_cache: false`. See [https://github.com/processone/ejabberd-contrib/issues/288](https://github.com/processone/ejabberd-contrib/issues/288).