Bug #69138
closed
RTE is not activated for backend admin user created by install tool
Added by Raphael Zschorsch over 9 years ago.
Updated about 6 years ago.
Description
For the admin user created by the Install Tool, the setting to display the RTE is deactivated. IMO this is not recommended.
- 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?
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
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))
);
}
- 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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF