mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
We do not force yet access rules check on register command
This commit is contained in:
parent
a0c8012c66
commit
efc744092b
@ -131,7 +131,6 @@ get_commands_spec() ->
|
||||
#ejabberd_commands{name = register, tags = [accounts],
|
||||
desc = "Register a user",
|
||||
policy = admin,
|
||||
access = [{mod_register, access, configure}],
|
||||
module = ?MODULE, function = register,
|
||||
args = [{user, binary}, {host, binary}, {password, binary}],
|
||||
result = {res, restuple}},
|
||||
|
Loading…
Reference in New Issue
Block a user