From 49215eb11dd4d9e75b44e88a5aaa44c0389677be Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Mon, 24 Aug 2009 18:56:14 +0000
Subject: [PATCH] modifying the engine no longer needed

---
 README | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/README b/README
index be11361a..9d5aa014 100644
--- a/README
+++ b/README
@@ -50,21 +50,7 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
 
 
 
-*******
-** Changes made to the Elgg engine for UNL's implementation (changes made inside the elgg directory)
-*******
--Altered /elgg/engine/lib/users.php to bar registration of accounts starting with "unl_"
 
-	function register_user($username, $password, $name, $email, $allow_multiple_emails = false, $friend_guid = 0, $invitecode = '', $isfromSSO = false) {
-	
-		// Check to see if $username begins with "unl_"
-			if($isfromSSO==false)
-			{
-				if ( "unl_" == substr($username,0,4) ) {
-					//return false;
-					throw new RegistrationException("Username cannot begin with 'unl_'");
-				}
-			}
 
 *******
 ** Plugin info
-- 
GitLab