function onBeforeStoreUser($user, $isnew, $new=null){
if(!$isnew) return true;
$app = JFactory::getApplication();
if ($app->isAdmin() || (@$_REQUEST['option']=='com_updateme' && @$_REQUEST['ctrl']=='subscription' && @$_REQUEST['task']=='api')) return true;
$this->_init();
if(!$this->params->get('registration',1)){
return true;
}
var_dump($_GET); exit;
// Here shoul be JFB check!!
if(JFB condition){
return true;
}
return $this->_checkCaptcha();
}if(JFB condition){
return true;
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
