[TYPO3-core] RFC: Feature #13164: CLI processes cannot be executed when adminOnly mode is enabled

Oliver Hader oliver at typo3.org
Wed Jan 13 15:56:39 CET 2010


This is an SVN patch request.

Type: Feature

Bugtracker references:
http://bugs.typo3.org/view.php?id=13164

Branches: Trunk

Problem:
CLI processes that require a backend user are not executed when these
backend users don't have the admin flag set and
$TYPO3_CONF_VARS['BE']['adminOnly'] is enabled.

Adding the admin flag to these CLI backend users is dangerous since
somebody could abuse these users.

Solution:
Add a new state for the adminOnly configuration that allows CLI
processes to bypass the adminOnly check. Thus, there are the following
settings for adminOnly:
-1: Lock backend and install tool
0: Default - No lock at all
1: Only admin users can log into the backend
2: Only admin users can log into the backend, but CLI processes using
regular backend users are allowed

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0013164.patch
Type: text/x-patch
Size: 5099 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100113/3f5d98f0/attachment.bin>


More information about the TYPO3-team-core mailing list