* libs/web: Reworked authentication
[project/luci.git] / modules / admin-full / luasrc / controller / admin / index.lua
index 9583f4f..cab9441 100644 (file)
@@ -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")