summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/acf_www-controller.lua4
-rw-r--r--roles2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/roles b/roles
index d6d1819..ad60e45 100644
--- a/roles
+++ b/roles
@@ -2,4 +2,4 @@ CREATE=password:administrator,password:status,interfaces:create,dhcp:createnet
READ=welcome:read,interfaces:read,health:system,health:storage,health:proc,health:network,health:modules,opennhrp:status,opennhrp:logfile,tinydns:status,ipsectools:status,ipsectools:logfile,openntpd:status,openntpd:logfile,logfiles:status,logfiles:view,logfiles:download,syslog:status,lbu:status,dansguardian:basic,acfupdate:read,acfupdate:status,acfupdate:log,dhcp:home,dhcp:viewleases,dhcp:viewconfig,openvpn:status,openvpn:statusinfo,openvpn:logfile,shorewall:status,shorewall:logfile,snort:status,squid:basic,quagga:status,quagga:logfile,password:editme,fetchmail:status,dhcp:status,
UPDATE=skins:update,syslog:config,syslog:expert,acfupdate:update,acfupdate:diff,skins:read,interfaces:update,interfaces:config,lbu:config,lbu:commit,lbu:expert,dansguardian:general,dansguardian:advanced,dansguardian:plain,dansguardian:edit,dansguardian:category,dhcp:dep,dhcp:help,dhcp:settings,dhcp:editnet,dhcp:editspc,fetchmail:expert,ipsectools:expert,opennhrp:expert,openntpd:expert,openntpd:config,openvpn:serverconfig,openvpn:clientconfig,openvpn:peminfo,openvpn:unknownconfig,quagga:expert,shorewall:editrecords,shorewall:config,shorewall:check,shorewall:expert,shorewall:edit,snort:expert,squid:dep,squid:authentication,squid:advanced,squid:digest,squid:saccess,tinydns:expert,
DELETE=interfaces:delete,logfiles:delete,dhcp:delnet
-ALL=welcome:read,health:system,lbu:status
+ANONYMOUS=welcome:read,health:system,lbu:status