From ca3a6df1c943c36a4b6eca3ad03f64d3d40b9b2c Mon Sep 17 00:00:00 2001 From: Matthias Grimm Date: Sun, 8 May 2005 12:13:44 +0200 Subject: add user registration to admin page If 'openregister' is not set the menue entry 'Add new user...' will be added to the admin page so that registering of new users is always possible through an GUI. If 'openregister is set the menu entry will be omitted to not to overload the admin page. darcs-hash:20050508101344-4145d-cb3f9e10f4b8d26dec516ce796e54ed12a1e2b53.gz --- inc/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index 4e3130ef7..0b40b6995 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -368,7 +368,7 @@ function register(){ global $conf; if(!$_POST['save']) return false; - if(!$conf['openregister']) return false; +// if(!$conf['openregister']) return false; //clean username $_POST['login'] = preg_replace('/.*:/','',$_POST['login']); -- cgit v1.2.3