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

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Fri Jun 7 14:09:57 CEST 2013


On 06/07/2013 08:11 AM, Xavier Perseguers wrote:
> 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
>
Thanks a lot!



More information about the TYPO3-dev mailing list