Ejabberd web admin unauthorized biography
File: ejabberd__ %%% Author: Alexey Shchepin %%% Purpose: Administration interface %%% Created: 9 Apr by.
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