From 17fc101a8d0e4d2f22b8a2edb4d768b4ffe3fb15 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 18 May 2008 06:50:35 +0000 Subject: add a config value for disabling the ACLs... this should be good for a demo in 1.7, 1.9 will need some way to disable ACL changes from OUTSIDE the db --- httemplate/edit/process/access_group.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/process/access_group.html b/httemplate/edit/process/access_group.html index c80311586..8b0df304a 100644 --- a/httemplate/edit/process/access_group.html +++ b/httemplate/edit/process/access_group.html @@ -1,3 +1,6 @@ +% if ( $conf->exists('disable_acl_changes') ) { + ACL changes disabled in public demo. +% } else { <% include( 'elements/process.html', 'table' => 'access_group', 'viewall_dir' => 'browse', @@ -13,3 +16,12 @@ }, ) %> +% } +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +my $conf = new FS::Conf; + + -- cgit v1.2.1