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 へのリダイレクトを設定するにはどうすればよいですか?