diff --git a/plugins/unl_theme/start.php b/plugins/unl_theme/start.php
index 1b869e197b097114e505d61c9cd2ef96beba5d5c..4f45d2245bfa70660621e8d581460b06e6da761f 100644
--- a/plugins/unl_theme/start.php
+++ b/plugins/unl_theme/start.php
@@ -4,11 +4,11 @@
 function unl_theme_init(){
 	
 	//If user is signed into UNL SSO but not planet red and they visit planet red - try logging them in
-	if ($_COOKIE['unl_sso'] && !isloggedin() && get_input('action') != 'login') {	
+/*	if ($_COOKIE['unl_sso'] && !isloggedin() && get_input('action') != 'login') {	
 		$ts = time();
 		$token = generate_action_token($ts); 
 		forward($CONFIG->url.'action/login?usecas=yes&email='.$email.'&__elgg_ts='.$ts.'&__elgg_token='.$token.'&view='.$view);	
-	}
+	} */
 }
 
 // Initialise log browser