summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php2
1 files changed, 1 insertions, 1 deletions
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']);