From 0b6489397a8f5a01c28e61d07548e99ef3e4ff6a Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 13 Aug 2008 18:06:07 +0000 Subject: Reverted changes so users can now register again. There are critical issues with enable/disable. Primarily: 1) A number of functions do not use the access controls, these throw an exception when accessing a disabled entity. 2) #243 does not seem possible. git-svn-id: https://code.elgg.org/elgg/trunk@1909 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/register.php') diff --git a/actions/register.php b/actions/register.php index 059e69f50..e54de28fe 100644 --- a/actions/register.php +++ b/actions/register.php @@ -51,7 +51,7 @@ request_email_validation($guid); // Now disable - $new_user->disable('new_user'); + //$new_user->disable('new_user'); system_message(sprintf(elgg_echo("registerok"),$CONFIG->sitename)); -- cgit v1.2.3