diff --git a/plugins/cas_auth_unl/start.php b/plugins/cas_auth_unl/start.php index 5fb32a521ee8db592bf25aebd4e716b16bfcccce..99caf77e340829b9653f20007d492e57a1263c22 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