Bug #66432
closedRTE disabled in a fresh installation
100%
Description
In a new installation (tested with 7.2 master, iirc in 7.1, too), the RTE is disabled for a user by default. It should be enabled again.
How to reproduce: Install TYPO3 7 and make sure that the download of distributions is activated.
Cause: The start module of the user is set to the distributions download in the EM. In that case, the "uc" isn't empty anymore, so the default config doesn't get written.
It's not that easy to solve, as the "uc_default" array is hardcoded in the BackendUserAuthentication. IMO, the best solution is to always write that config into TYPO3_CONF_VARS/BE/defaultUC, which is accessible in the Install Tool then. In the same step, we can deprecate $uc_default in BackendUserAuthentication then.
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38834
Updated by Jigal van Hemert over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eb06d43da9cd2ed17d430bc5ee5eb71ca3772a6d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed