[TYPO3-core] RFC #0013938

Bjoern Pedersen bjoern.pedersen at frm2.tum.de
Fri Sep 3 09:36:13 CEST 2010


Am 02.09.2010 23:05, schrieb Marcus Krause:
> Markus Klein schrieb am 09/02/2010 07:21 PM Uhr:
>> +1 on testing as well.
>>
>> I attached v3 suitable for current trunk.
> 
> Patch looks odd on the background that there's already such feature for
> the FE. So I would expect a *move* of (!= new) function call from
> subclass(es) up to t3lib_userAuth.
> 
> 
> Marcus.
> 
The move is not necessary, as the current behaviour is as following:
in t3lib_userAuth, lockHashKey is set to 'useragent'(hardcoded),  and
the fe-user part is  done as following in:

typo3/sysext/cms/tslib/class.tslib_fe.php
 function initFEuser()   {
 $this->fe_user = t3lib_div::makeInstance('tslib_feUserAuth');

$this->fe_user->lockIP = $this->TYPO3_CONF_VARS['FE']['lockIP'];
$this->fe_user->lockHashKeyWords = 		
$this->TYPO3_CONF_VARS['FE'['lockHashKeyWords'];

So there is no function call. Actually it should always have been done
only in the base class in my opinion.

Björn


More information about the TYPO3-team-core mailing list