Skip to content
Snippets Groups Projects
Commit 0e46c124 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

login action needs to be registered as public

parent 23e3c54b
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment