[TYPO3-mvc] Re: magic methodes for fe_user

Gianluca Strafella gianluca.strafella at webformat.com
Tue Mar 31 13:51:31 CEST 2015


Hi Daniel,
have you tried to check storagePid of your plugin ? 

The method findByIdentifier searches only record on database without the 'storagePid' condition. If you see core  class 'TYPO3\CMS\Extbase\Persistence\Repository' you will see that mehod 'findByIdentifier', does not check storagePid.

Here the code fragment:

$query->getQuerySettings()->setRespectStoragePage(FALSE);


Best regards,
Gianluca
-- 
Gianluca Strafella
Software Developer
WEBFORMAT srl – www.webformat.com


More information about the TYPO3-project-typo3v4mvc mailing list