25
1
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:
Mickael Remond 2016-08-07 18:27:16 +02:00
parent a0c8012c66
commit efc744092b
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

View File

@ -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}},