Merge pull request #293 from sonnyp/patch-2

ejabberd_auth_http: add troubleshooting section
This commit is contained in:
badlop 2020-09-02 11:19:39 +02:00 committed by GitHub
commit dd4c264b33
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).