Diff

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
line wrap: on
line diff
--- a/core/usermanager.lua	Thu Jul 08 20:59:53 2010 +0100
+++ b/core/usermanager.lua	Thu Jul 08 21:08:46 2010 +0100
@@ -23,7 +23,7 @@
 
 local setmetatable = setmetatable;
 
-local default_provider = "internal";
+local default_provider = "internal_plain";
 
 module "usermanager"