kingpinzs Posted November 27, 2012 Share Posted November 27, 2012 How can I hook phpCAS with actionAuthentication? Link to comment Share on other sites More sharing options...
kingpinzs Posted November 27, 2012 Author Share Posted November 27, 2012 this is what I have so far <?php class AuthController extends AuthControllerCore { public function hookactionAthentication($patams) { } public function install() { return parent::install() && this -> registerHook('actionAthentication') } $params = array( ); Module::hook Exec('actionAthentication', $Params) } I have no idea what params it takes. Can any one guide me in the right direction? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now