Success MySQL Authentication..what about old accounts + Admin ?

Just one question..this might be a real dumb one ...I have done the steps to use MySQL and restarted ejabberd..now authentication happens through the MySQL database. I assumed that I can not logon any more as admin to the web interface or messenger because the users do not exist in the newly created db.

So I opened phpmyadmin and entered admin and admin@myjaber.mydmonain.net each seperately as a user with password 123456 but it did not work any comments please ?

alinux wrote: So I opened

alinux wrote:

So I opened phpmyadmin and entered admin and admin@myjaber.mydmonain.net each seperately as a user with password 123456 but it did not work any comments please?

You can use a Jabber client to create the account, just make sure mod_register is listed in the modules section in ejabberd.cfg.

If you have in your ejabberd.cfg:

{hosts, ["myjabber.mydomain.net"]}.
...
{acl, admin, {user, "alinux", "myjabber.mydomain.net"}}.

then use a Jabber client to create the account alinux@myjabber.mydomain.net in your ejabberd server. Then open the webadmin and try to login using username=alinux@myjabber.mydomain.net and password the one you set in the Jabber client.

If that doesn't work, explain exactly what happens in your case.

Syndicate content