From 40e214a42a308a79a8a6625478d41560991db620 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 12 Sep 2018 13:43:18 +0100 Subject: mod_auth_insecure: Fix module provider name --- plugins/mod_auth_insecure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_auth_insecure.lua') diff --git a/plugins/mod_auth_insecure.lua b/plugins/mod_auth_insecure.lua index d6500108..9e23c29f 100644 --- a/plugins/mod_auth_insecure.lua +++ b/plugins/mod_auth_insecure.lua @@ -11,7 +11,7 @@ local datamanager = require "util.datamanager"; local new_sasl = require "util.sasl".new; local host = module.host; -local provider = { name = "any" }; +local provider = { name = "insecure" }; assert(module:get_option_string("insecure_open_authentication") == "Yes please, I know what I'm doing!"); -- cgit v1.2.3