Project

General

Profile

Actions

Bug #14626

closed

$TYPO3_CONF_VARS['BE']['lockIP'] < 4 prevents use of 'View' module

Added by old_akio about 19 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-03-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0beta2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Setting $TYPO3_CONF_VARS['BE']['lockIP'] to a value smaller than 4 in localconf.php logs the backend user out as soon as he/she views the website.

The bug is in typo3/sysext/cms/tslib/index_ts.php.
The section titled BE_USER does not honor the lockIP setting.

Remedy:
line 179 should read as follows:
$BE_USER->lockIP = $TYPO3_CONF_VARS['BE']['lockIP'];
(issue imported from #M911)


Files

0000911-index_ts.php.diff (813 Bytes) 0000911-index_ts.php.diff Administrator Admin, 2005-03-24 15:17
Actions

Also available in: Atom PDF