Project

General

Profile

Actions

Bug #69138

closed

RTE is not activated for backend admin user created by install tool

Added by Raphael Zschorsch over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2015-08-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

For the admin user created by the Install Tool, the setting to display the RTE is deactivated. IMO this is not recommended.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #66432: RTE disabled in a fresh installationClosed2015-04-15

Actions
Actions #1

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Needs Feedback

I can't reproduce this on master and 6.2.14.
What settings are set in the user-settings module?

Actions #2

Updated by Raphael Zschorsch over 8 years ago

I tested it again and found out the following:

  • Regular installation without downloading the list of distributions --> RTE is activated
  • Same as above + downloading the list of distributions --> RTE is not activated - see the short install video I made :)

https://youtu.be/rg47aY67AS8

Actions #3

Updated by Raphael Zschorsch over 8 years ago

I guess it has something to do with the user config setting in file: /typo3/sysext/install/Classes/Controller/Action/Step/DefaultConfiguration.php (line 36-45)

        // let the admin user redirect to the distributions page on first login
        if (isset($this->postValues['values']['loaddistributions'])) {

            // update the admin backend user to show the distribution management on login
            $adminUserFirstLogin = array('startModuleOnFirstLogin' => 'tools_ExtensionmanagerExtensionmanager->tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=distributions&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=List');
            $this->getDatabaseConnection()->exec_UPDATEquery(
                    'be_users',
                    'admin=1',
                    array('uc' => serialize($adminUserFirstLogin))
            );
        }
Actions #4

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42848

Actions #5

Updated by Jigal van Hemert over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF