From b736f4faa2aab845ccd3ea292d32ae63d53d14bd Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Thu, 10 Apr 2008 13:07:01 +0000 Subject: Doing some changes with roles/permission. First need to change the name of the ALL group... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@984 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf_www-controller.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/acf_www-controller.lua') diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua index b9eea3e..59c3f72 100644 --- a/app/acf_www-controller.lua +++ b/app/acf_www-controller.lua @@ -27,8 +27,8 @@ function build_menus(self) local temp if sessiondata.userinfo == nil then --we are dealing with an unknown user -p = {"ALL"} - --this will be whatever the "UNKNOWN" role is ... right now it is ALL +p = {"ANONYMOUS"} + --this will be whatever the "UNKNOWN" role is ... right now it is ANONYMOUS --temp should be the temp = format.string_to_table(roll.get_roles_perm(self,p),",") else -- cgit v1.2.3