ejabberd - Comments for "admin password" https://www.ejabberd.im/node/676 en Unfort this is not working https://www.ejabberd.im/node/676#comment-66488 <p>Unfort this is not working for me either. I've installed it on Windows 7 and put in the full JID (admin@localserver) and the password I put in during installation but it keeps saying auth error. No idea why it is the full JID.</p> <p>EDIT: I ended up installing an older version (2.1.11) that fixed the issue, there may be a problem with the latest version 15.11</p> Sat, 02 Jan 2016 01:18:08 +0000 willtech10577 comment 66488 at https://www.ejabberd.im See comment under this https://www.ejabberd.im/node/676#comment-55583 <div class="quote-msg"> <div class="quote-author"><em>aliaras</em> wrote:</div> <p>I tried to get in web interface with "admin" user and password</p></div> <p>I already asked this four years ago, you can see the comment under this one. Put the Jabber ID, not only the username.</p> Thu, 15 Apr 2010 09:29:53 +0000 mfoss comment 55583 at https://www.ejabberd.im admin password doesn't work https://www.ejabberd.im/node/676#comment-55582 <p>Hi, </p> <p>I have got same problem and I din't solve it. I have been installed ejabberd and I made it and wrote admin password where admin password section. Then I tried to get in web interface with "admin" user and password, I don't get in it. I think, admin password wrong.</p> <p>Please help me how can ı reset admin password without doing another re installing ejabberd.</p> Thu, 15 Apr 2010 09:05:15 +0000 aliaras comment 55582 at https://www.ejabberd.im The ejabberd_auth command is https://www.ejabberd.im/node/676#comment-51467 <p>The ejabberd_auth command is mean to be used in an Erlang shell attached to the running ejabberd server. Just starting erl and calling that command is not enought, and you get that error.</p> <p>Another way to change a password is using the WebAdmin. Or also using ejabberdctl.</p> Sun, 16 Dec 2007 11:54:02 +0000 mfoss comment 51467 at https://www.ejabberd.im password reset https://www.ejabberd.im/node/676#comment-51465 <p>Eshell V5.4.13 (abort with ^G)<br /> 1&gt; ejabberd_auth:set_password("admin", "im.aress.net", "password").</p> <p>=ERROR REPORT==== 8-Dec-2007::14:48:09 ===<br /> Error in process &lt;0.30.0&gt; with exit value: {undef,[{ejabberd_auth,set_password,["admin","im.aress.net","password"]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}</p> <p>** exited: {undef,[{ejabberd_auth,set_password,<br /> ["admin","im.aress.net","password"]},<br /> {erl_eval,do_apply,5},<br /> {shell,exprs,6},<br /> {shell,eval_loop,3}]} **<br /> 2&gt;</p> <p>Is this correct ?<br /> Password change did not reflect anyway ...</p> <p>regards,<br /> Shylesh</p> Sat, 15 Dec 2007 14:27:30 +0000 Shylesh comment 51465 at https://www.ejabberd.im Re: admin password https://www.ejabberd.im/node/676#comment-1422 <div class="quote-msg"> <div class="quote-author"><em>krony</em> wrote:</div> <p>when I want to configure my ejabberd, my login and pass are apparently wrong.</p></div> <p>When the web browser asks you username and password, put the full JID, not only the login name: <noindex><a href="mailto:krony@jabber.example.net" rel="nofollow" >krony@jabber.example.net</a></noindex></p> Thu, 02 Mar 2006 14:35:21 +0000 mfoss comment 1422 at https://www.ejabberd.im You can change the password https://www.ejabberd.im/node/676#comment-1421 <p>You can change the password from the Erlang console. Type:</p> <p>ejabberd_auth:set_password("username", "server", "newpassword").</p> <p>(don't forget the dot at the end)</p> Thu, 02 Mar 2006 13:05:34 +0000 legoscia comment 1421 at https://www.ejabberd.im