From 5e199953f8f0dfb86624905ebf237d99e2f6bb67 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Mon, 9 May 2005 22:44:23 +0200 Subject: fixing user registration from admin page This patch fixes the user registration from the admin page. It removes the 'register' filter in act_clean() and enables act_permcheck() to handle permissions to 'register' differentially. darcs-hash:20050509204423-7ef76-eeb3681e364b85690c342f8eabeb65d326cb0637.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index cb076b76d..e6cf77ab0 100644 --- a/inc/html.php +++ b/inc/html.php @@ -994,7 +994,7 @@ function html_admin(){ // currently ACL only - more to come ptln('
  • '.$lang['admin_acl'].'
  • '); if (!$conf['openregister']){ - ptln('
  • '.$lang['admin_register'].'
  • '); + ptln('
  • '.$lang['admin_register'].'
  • '); } ptln(''); -- cgit v1.2.3