ejabberd_auth_http: add troubleshooting section

https://github.com/processone/ejabberd-contrib/issues/288
This commit is contained in:
Sonny Piers 2020-09-01 19:40:57 +02:00 committed by GitHub
parent cfea844cec
commit d7d054cf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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).