From 0e46c124e674edb4258ae5748119d19b35fa2c7c Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 29 Sep 2010 16:16:35 +0000
Subject: [PATCH] login action needs to be registered as public

---
 plugins/cas_auth_unl/start.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/cas_auth_unl/start.php b/plugins/cas_auth_unl/start.php
index 5fb32a52..99caf77e 100644
--- a/plugins/cas_auth_unl/start.php
+++ b/plugins/cas_auth_unl/start.php
@@ -25,7 +25,7 @@
     
  
     register_action("getemail",true,$CONFIG->pluginspath . "cas_auth_unl/actions/getemail.php");
-    register_action("login",false,$CONFIG->pluginspath. "cas_auth_unl/actions/login.php"); 
+    register_action("login",true,$CONFIG->pluginspath. "cas_auth_unl/actions/login.php"); 
     register_action("logout",false,$CONFIG->pluginspath. "cas_auth_unl/actions/logout.php"); 
     
     // Fire up the plugin initialization using the elgg handler
-- 
GitLab