mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Fix log level
This commit is contained in:
parent
f2d8d208cf
commit
396e106183
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ module:hook("stream-features", function(event)
|
|||
elseif usermanager_get_provider(realm).test_password then
|
||||
origin.sasl_handler = new_sasl(realm, testpass_authentication_profile);
|
||||
else
|
||||
log("warning", "AUTH: Could not load an authentication profile for the given provider.");
|
||||
log("warn", "AUTH: Could not load an authentication profile for the given provider.");
|
||||
end
|
||||
if not (module:get_option("allow_unencrypted_plain_auth")) and not origin.secure then
|
||||
origin.sasl_handler:forbidden({"PLAIN"});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue