onUserAuthenticate
我在事件帮助下为 Joomla 2.5 编写了一个小型授权插件(类) 。看起来像:
class plgauthenticationAuth extends JPlugin{
public function plgauthenticationAuth($subject, $config){
parent::__construct($subject,$config);
}
public function onUserAuthenticate($credentials, $options, $response){
//my code
我如何从这里设置重定向到自定义 url?