ejabberd - Comments for "Failed authentication" https://www.ejabberd.im/forum/28771/failed-authentication en Check the account exists in https://www.ejabberd.im/forum/28771/failed-authentication#comment-67452 <p>Check the account exists in that domain, and the password is correct.</p> <p>For example, in the command line:</p> <pre> $ ejabberdctl check_password user1 localhost mypass11 $ echo $? 0 $ ejabberdctl check_password user1 localhost mypass11wrongwrong $ echo $? 1 </pre><p> Another way to test this is to try to login in the webadmin. If the account details are correct, webadmin will show a simple page that says "ejabberd, admin, virtual host" with almost nothing to administer beause the user is not an admin. If the details are incorrect, it will complain and show some error.</p> Fri, 12 May 2017 09:52:28 +0000 badlop comment 67452 at https://www.ejabberd.im