summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-10 12:58:05 +0000
committerSteven Barth <steven@midlink.org>2008-08-10 12:58:05 +0000
commitf9fa6d82da4f15473a49822d6d9dfda34144b85e (patch)
treeb5a1593155a67919118e2201c244d239a87ba31f /modules/admin-full
parent2787a7f68896663647e19a1387195ae18db7d37a (diff)
* libs/web: Reworked authentication
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/controller/admin/index.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/index.lua b/modules/admin-full/luasrc/controller/admin/index.lua
index 9583f4f91..cab9441d0 100644
--- a/modules/admin-full/luasrc/controller/admin/index.lua
+++ b/modules/admin-full/luasrc/controller/admin/index.lua
@@ -30,6 +30,7 @@ function index()
page.order = 10
page.i18n = "admin-core"
page.sysauth = "root"
+ page.sysauth_authenticator = "htmlauth"
page.ucidata = true
local page = node("admin", "index")