Ejabberd web admin unauthorized biography

          File: ejabberd__ %%% Author: Alexey Shchepin %%% Purpose: Administration interface %%% Created: 9 Apr by.

        1. File: ejabberd__ %%% Author: Alexey Shchepin %%% Purpose: Administration interface %%% Created: 9 Apr by.
        2. The answer is simple - your certificate simply needs to match whatever you have in your VirtualHost and Component definitions.
        3. Admin: Unauthorized response: include some text to direct to the logs Admin: Show a warning when visiting admin with non-privileged account.
        4. I used postman to make a HTTP request to ejabberd register api.
        5. The default ejabberd configuration does not grant admin privileges to any account, you may want to register a new account in ejabberd and grant it admin rights.
        6. Admin: Unauthorized response: include some text to direct to the logs Admin: Show a warning when visiting admin with non-privileged account....

          Can't get access to web console

          Ok. I read the reference.
          But anyway i can't get access.
          This is my config
          % $Id: ejabberd.cfg 347 2005-05-15 23:03:25Z alexey $

          override_global.
          override_local.
          override_acls.

          % Users that have admin access.

          Add line like one of the following after you
          % will be successfully registered on server to get admin access:
          {acl, admin, {user, "schess"}}.
          {acl, admin, {user, "open"}}.

          % Blocked users:
          %{acl, blocked, {user, "test"}}.

          % Local users:
          {acl, local, {user_regexp, ""}}.

          % Another examples of ACLs:
          %{acl, jabberorg, {server, "jabber.org"}}.
          %{acl, aleksey, {user, "aleksey", "jabber.ru"}}.
          %{acl, test, {user_regexp, "^test"}}.
          %{acl, test, {user_glob, "test*"}}.

          % Only admins can use configuration interface:
          {access, configure, [{allow, all}]}.

          % Every username can be registered via in-band registration:
          {access, register, [{allow, all}]}.

          % After successful registration user will get message with following subject
          % a