From 42ad860da02665aa21193d3bc418ef03e96727fb Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Jun 2010 06:29:36 +0000 Subject: webdemo UI --- httemplate/edit/process/access_user.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'httemplate/edit/process/access_user.html') diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html index d8a752adc..e6258a9b1 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -1,6 +1,3 @@ -% if ( FS::Conf->new->exists('disable_acl_changes') ) { - ACL changes disabled in public demo. -% } else { % if ( $cgi->param('_password') ne $cgi->param('_password2') ) { % $cgi->param('error', "The passwords do not match"); % print $cgi->redirect(popurl(2) . "access_user.html?" . $cgi->query_string); @@ -16,10 +13,14 @@ ) %> % } -% } <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +if ( FS::Conf->new->exists('disable_acl_changes') ) { + errorpage('ACL changes disabled in public demo.'); + die "shouldn't be reached"; +} + -- cgit v1.2.1