mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Pass noauth when auth isn't provided
This commit is contained in:
parent
671bc4e573
commit
8a6c51290a
@ -239,7 +239,7 @@ process2(["--auth", User, Server, Pass | Args], AccessCommands, Version) ->
|
|||||||
process2(Args, AccessCommands, {list_to_binary(User), list_to_binary(Server),
|
process2(Args, AccessCommands, {list_to_binary(User), list_to_binary(Server),
|
||||||
list_to_binary(Pass), true}, Version);
|
list_to_binary(Pass), true}, Version);
|
||||||
process2(Args, AccessCommands, Version) ->
|
process2(Args, AccessCommands, Version) ->
|
||||||
process2(Args, AccessCommands, admin, Version).
|
process2(Args, AccessCommands, noauth, Version).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user