From 236ba8badcca39206e5a8595af5c1464bba2863e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 22 Jul 2012 00:46:20 -0700 Subject: more account infrastructure --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htconfig.php') diff --git a/htconfig.php b/htconfig.php index de7674c9a..8b265131f 100644 --- a/htconfig.php +++ b/htconfig.php @@ -35,7 +35,7 @@ $a->config['sitename'] = "Friendica Social Network"; // In order to perform system administration via the admin panel, admin_email // must precisely match the email address of the person logged in. -$a->config['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; $a->config['admin_email'] = ''; -- cgit v1.2.3