aboutsummaryrefslogtreecommitdiffstats
path: root/core/usermanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-07-08 21:08:46 +0100
committerMatthew Wild <mwild1@gmail.com>2010-07-08 21:08:46 +0100
commit43f0ee7e21cb9f23b66a47f0510afe60882bc2b6 (patch)
tree10222901bc9cfbef93c04005fdaa9b8bbccbb3c4 /core/usermanager.lua
parentc60ae1fda2def461f7def3461c321835b97ba5f6 (diff)
downloadprosody-43f0ee7e21cb9f23b66a47f0510afe60882bc2b6.tar.gz
prosody-43f0ee7e21cb9f23b66a47f0510afe60882bc2b6.zip
mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
Diffstat (limited to 'core/usermanager.lua')
-rw-r--r--core/usermanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua
index dd17128c..27f1a7df 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -23,7 +23,7 @@ local prosody = _G.prosody;
local setmetatable = setmetatable;
-local default_provider = "internal";
+local default_provider = "internal_plain";
module "usermanager"