Software /
code /
prosody
Comparison
core/usermanager.lua @ 3336:3a8ce659edfc
mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 08 Jul 2010 21:08:46 +0100 |
parent | 3293:4ce9d569a99c |
child | 3362:90bf162303f3 |
comparison
equal
deleted
inserted
replaced
3335:f13306ce3417 | 3336:3a8ce659edfc |
---|---|
21 | 21 |
22 local prosody = _G.prosody; | 22 local prosody = _G.prosody; |
23 | 23 |
24 local setmetatable = setmetatable; | 24 local setmetatable = setmetatable; |
25 | 25 |
26 local default_provider = "internal"; | 26 local default_provider = "internal_plain"; |
27 | 27 |
28 module "usermanager" | 28 module "usermanager" |
29 | 29 |
30 function new_null_provider() | 30 function new_null_provider() |
31 local function dummy() end; | 31 local function dummy() end; |