[TYPO3-dev] aCAuth
Bas van der Togt
b.vandertogt at profinit.com
Sun Aug 30 23:08:18 CEST 2009
Hello list,
I'm trying to make use of the internal authentication function for
tt_address records.
However i always get NULL back.
I have two parameters in my url, aC and rU which are ok.
my code:
-----------------
$feAdmin = t3lib_div::makeInstance('user_feAdmin');
$feAdmin->cObj = $this->cObj;
$feAConf = $this->conf['fe_adminLib.'];
$content.= $feAdmin->init('', $feAConf);
var_dump($feAdmin->aCAuth($_GET['aC']));
-----------------
Does anybody know what i'm doing wrong?
kind regards,
Bas
More information about the TYPO3-dev
mailing list