Actions
Bug #69138
closedRTE is not activated for backend admin user created by install tool
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.
Updated by Wouter Wolters over 9 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?
Updated by Raphael Zschorsch over 9 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 :)
Updated by Raphael Zschorsch over 9 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)) ); }
Updated by Gerrit Code Review about 9 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
Updated by Jigal van Hemert about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6579969a866ebf20aa18988950b7f9b358f2ff3f.
Actions