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

Oliver Hader oliver at typo3.org
Sat Feb 20 18:25:27 CET 2010


FYI: The attached patch was committed to SVN Trunk (rev. 6925)

olly


Am 13.01.10 15:56, schrieb Oliver Hader:
> 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_v3.patch
Type: text/x-patch
Size: 5079 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100220/74e01669/attachment.bin>


More information about the TYPO3-team-core mailing list