Project

General

Profile

Actions

Feature #21918

closed

CLI processes cannot be executed when adminOnly mode is enabled

Added by Oliver Hader over 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-01-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

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.

The feature request is about adding a new state for the adminOnly configuration that allows CLI processes to bypass the adminOnly check. Thus, we have 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

(issue imported from #M13164)


Files

0013164.patch (4.98 KB) 0013164.patch Administrator Admin, 2010-01-06 14:21
0013164_v3.patch (4.96 KB) 0013164_v3.patch Administrator Admin, 2010-02-20 18:24
Actions #1

Updated by Oliver Hader about 14 years ago

Committed to SVN Trunk (rev. 6925)

Actions #2

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF