ejabberd - Comments for "Cannot log in to Web interface" https://www.ejabberd.im/node/2873 en Create the Jabber account as usual https://www.ejabberd.im/node/2873#comment-51938 <div class="quote-msg"> <div class="quote-author"><em>jonathan.vanderwatt</em> wrote:</div> <p>Is the Jabber account a physical user account in Windows or is it something that gets created for the deamon only? the reason why I ask this is because if i look in local users and groups the admin user does not exist. I am experiencing exactly the same problem on my Linux server.</p></div> <p>They are Jabber accounts, created inside the ejabberd daemon only. They are completely unrelated to the operating system.</p> <div class="quote-msg"> <div class="quote-author"><em>jonathan.vanderwatt</em> wrote:</div> <p>I have removed ejabberd and reloaded it using a more simple password but it still does the same thing.</p> <p>The following line does exist in my config file :<br /> {acl, admin, {user, "admin", "ITBJOVDW"}}.<br /> Where ITBJOVDW is the exact hostname of the workstation on which ejabberd is installed.</p></div> <p>One recommendation: use lowercase in ejabberd.cfg. Note that Jabber IDs are case insensitive: bob@localhost is the same that BoB@localhost. That may not be related to your problem.</p> <div class="quote-msg"> <div class="quote-author"><em>jonathan.vanderwatt</em> wrote:</div> <p>The problem obviously lies in the creation of the admin account. But I don't know how to fix it. Could you please shed some light on this for me?</p></div> <p>So ejabberd.cfg gives admin privileges to a Jabber account admin@itbjovdw that doesn't exist yet? Then create the Jabber account. You can create it the same way that your users created their Jabber accounts.</p> Tue, 04 Mar 2008 23:43:10 +0000 mfoss comment 51938 at https://www.ejabberd.im Cannot log in to Web interface https://www.ejabberd.im/node/2873#comment-51920 <p>Thanks for your response. </p> <p>No I cannot login into that account using a Jabber client. Get the following error : Invalid Login: Not-Authorized.</p> <p>Is the Jabber account a physical user account in Windows or is it something that gets created for the deamon only? the reason why I ask this is because if i look in local users and groups the admin user does not exist. I am experiencing exactly the same problem on my Linux server.</p> <p>I have removed ejabberd and reloaded it using a more simple password but it still does the same thing.</p> <p>The following line does exist in my config file :<br /> {acl, admin, {user, "admin", "ITBJOVDW"}}.<br /> Where ITBJOVDW is the exact hostname of the workstation on which ejabberd is installed.</p> <p>The problem obviously lies in the creation of the admin account. But I don't know how to fix it. Could you please shed some light on this for me?</p> <p>Greetings,</p> <p>Jonathan.</p> Mon, 03 Mar 2008 14:26:15 +0000 jonathan.vanderwatt comment 51920 at https://www.ejabberd.im Several possibilities https://www.ejabberd.im/node/2873#comment-51916 <p>The binary installer creates a normal Jabber account in your server, and gives it administrative privileges.</p> <p>Can you login to that Jabber account using a normal Jabber client?</p> <p>The problem can be:</p> <ul> <li>The Jabber account was not created </li><li>The password was not correctly set due to an unknown bug in ejabberd </li><li>The password was set, but you now forgot it </li><li>The Jabber account doesn't have administrative privileges. Check the ejabberd Guide, because it explains that you should have a line in ejabberd.cfg: {acl, admin, {user, "admin", "mydomain.com"}}. </li></ul> <p>There are several ways to change the password, both if you know the current one or even if you forgot it. Let's first know if this is your problem or not.</p> Sun, 02 Mar 2008 20:48:59 +0000 mfoss comment 51916 at https://www.ejabberd.im