[TYPO3-dev] How to use hook on felogin - Disabling login for certain users

Xavier Perseguers xavier at typo3.org
Fri Jun 7 08:11:08 CEST 2013


Hi,

> Hi,
> 
> authentication service is the keyword - thanks a lot!
> 
> I found this code:
> 
> t3lib_extMgm::addService($_EXTKEY, 'auth' /* sv type */,
> 'tx_example_sv1' /* sv key */,
>     array(
>         'title' => 'Example-Service',
>         'description' => 'Authenticates against something different from
> TYPOs database!!!',
>         'subtype' => 'authUserFE,getUserFE',
>         'available' => true,
>         'priority' => 80,
>         'quality' => 80,
>         'os' => '',
>         'exec' => '',
>         'classFile' =>
> t3lib_extMgm::extPath($_EXTKEY).'sv1/class.tx_example_sv1.php',
>         'className' => 'tx_example_sv1',
> ));
> 
> Though i'm not sure what quality means...

http://docs.typo3.org/typo3cms/Typo3ServicesReference/UsingServices/ServicePrecedence/Index.html

> Could you please give me a link where to look in TER?

http://typo3.org/extensions/repository/?id=23&L=0&q=authentication

Kind regards

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the TYPO3-dev mailing list