ejabberd - Comments for "Web-based Administration Interface Password" https://www.ejabberd.im/node/27 en it has changed in 0.9 https://www.ejabberd.im/node/27#comment-396 <p><ul> <li>on ejabberd 0.7.5 it was "trejkaz" </li><li>since ejabberd 0.9, it will be "trejkaz@localhost" </li></ul></p> Wed, 27 Apr 2005 17:06:46 +0000 mfoss comment 396 at https://www.ejabberd.im Better late than never, I suppose https://www.ejabberd.im/node/27#comment-393 <p>I don't know if this will help you, being 20 days later and all, but hopefully it will help others who go searching here later on.</p> <p>In my case, logging in as "trejkaz" failed. Logging in as "trejkaz@localhost" with the same password succeeded.</p> <p>I don't recall seeing anywhere in the guides which said to use the full JID of the admin user to login, but apparently that's the trick.</p> Wed, 27 Apr 2005 13:15:30 +0000 trejkaz@jabber.zim.net.au comment 393 at https://www.ejabberd.im Error messages: 401 Unauth https://www.ejabberd.im/node/27#comment-306 <p>Error messages: <ul> <li>401 Unauthorized: you did not enter a valid username/password. </li><li>Not Allowed: you entered a valid username/password, but that account has not enought privileges (it's not an admin). </li></ul> </p> Tue, 05 Apr 2005 20:48:51 +0000 mfoss comment 306 at https://www.ejabberd.im I hope it is easy... https://www.ejabberd.im/node/27#comment-305 <p>Using WinXP Pro SP2 Current OS<br /> Using Erlang OTP R10B<br /> Using Win32OpenSSL-v0.9.7f</p> <p>All installed, just installed the SSL for the heck of it.</p> <p>I did as you said badlop. I edited my cfg and everything, played with the override_acls, uncommented that, created a user with password and the like and everytime either IE or Firefox, I log in and it says "Not Allowed". Ports of all sorts are open to get access to this.</p> <p>What am I doing wrong?</p> Tue, 05 Apr 2005 17:12:31 +0000 XaviorPenguin comment 305 at https://www.ejabberd.im It's easier than you think: https://www.ejabberd.im/node/27#comment-142 <p>It's easier than you think: <ul> <li>you don't create specific webadmin accounts </li><li>you don't specify passwords in ejabberd.cfg </li></ul> </p> <p> You just do this: <ol> <li>you have a normal account on your ejabberd server. Example: name: bob; password: bopas599 </li><li>and then you give admin rights to that account on ejabberd.cfg: <pre>{acl, admin, {user, "bob"}}.</pre> </li><li>when you try to login on webadmin, the user is 'bob' and the password is the same password you specified for the jabber account: 'bopas599'. </li></ol> </p> Fri, 04 Feb 2005 22:20:12 +0000 mfoss comment 142 at https://www.ejabberd.im Creation of admin account https://www.ejabberd.im/node/27#comment-141 <p>Set in the configfile as you already said: "{acl, admin, {user, "someuser"}}.", then start a Jabber client like Tkabber and create a new account on your server (see documentaion of that client) with the name "someuser" and a password. After doing that you can use that account to enter the webadmin interface.<br /> --<br /> sander</p> Fri, 04 Feb 2005 21:20:04 +0000 sander comment 141 at https://www.ejabberd.im Sorry, I cannot understand: h https://www.ejabberd.im/node/27#comment-138 <p>Sorry, I cannot understand: how exactly to create user-password pair with administrator rights for web interface?</p> <p>Where we set login and where password in line</p> <p>{acl, admin, {user, "someuser"}}.</p> <p>?</p> <p>I already have uncommented "override_acls." line in begin of CFG file.</p> Fri, 04 Feb 2005 16:37:55 +0000 PG@drupal.ru comment 138 at https://www.ejabberd.im override acl https://www.ejabberd.im/node/27#comment-11 <p> On startup, ejabberd reads ejabberd.cfg and adds new AC to its ACL. You entered a wrong AC, and even if now your ejabberd.cfg is correct, that AC is still remembered by ejabberd. </p> <p> You can remove ejabberd ACL in two ways: <ul> <li>with the web interface: you can't use this right now :) </li><li>putting <a href="http://ejabberd.jabberstudio.org/guide.html#htoc12">this line</a> at the begining of ejabberd.cfg: <pre>override_acls.</pre> </li></ul></p> Thu, 09 Dec 2004 17:54:49 +0000 mfoss comment 11 at https://www.ejabberd.im