Bug #16789
closedInstall tool Option [adminOnly] = -1 shuts down Install tool
0%
Description
Seting adminOnly to "-1" kills the install tool. The BE / install tool can only be enabled by editing localconf.php.
This is rather nasty under some circumstances and should be implemented in a way so that only the BE is disabled!
(issue imported from #M4658)
Files
Updated by Marc Wöhlken over 18 years ago
Wrong category, please move to "Installtool"
Updated by Michael Stucki over 18 years ago
The attached patch should fix this:
0 = no action (default)
1 = admin only
2 = no be users
-1 = no BE, no Install Tool
Updated by Chris topher almost 15 years ago
I just tested this with current trunk and it still is an issue.
Updated by Alexander Opitz almost 12 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Marc Wöhlken almost 12 years ago
Tested this bug against TYPO3 6.0.4 and 4.5.25 and it is still present in those releases.
Updated by Alexander Opitz almost 12 years ago
- Status changed from Needs Feedback to Accepted
Updated by Georg Ringer over 10 years ago
- Status changed from Accepted to Resolved
- Is Regression set to No
could not reproduce on current master (CMS 7.1). feel free to reopen if still valid for you!