When I turn on authentication with ODBC, and have setup the sql and used odbc_server, I can't log in! What can I do to fix this?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
When I turn on authentication with ODBC, and have setup the sql and used odbc_server, I can't log in! What can I do to fix this?
You need to provide the
You need to provide the username and password of an account that already exists in the ODBC database. Or create a new account.
If that doesn't work, check the ejabberd log files: ejabberd.log and sasl.log. Maybe they report problems when ejabberd is started, or when you try to create account or login.
Thanks! Added an account
Thanks! Added an account with username admin and then it worked.