Bug #87103
closedfelogin does not work on fresh install due to buggy defaults
100%
Description
Installing v9 via composer without rsaauth causes the felogin not to work.
No error message is issued anywhere.
The reason is that the FactoryDefault sets FE|loginSecurityLevel to "rsa" even though rsaauth is not installed.
For the BE we have proper detection and a proper reset to level "normal".
root composer.json holds:
"roave/security-advisories": "dev-master", "typo3-ter/static-info-tables-de": "^6", "typo3/cms-core": "^8", "helhum/typo3-console": "^5", "reelworx/sitesetup": "dev-upgrade_8",
(sitesetup from a private repo)
composer.json from sitesetup:
"typo3/cms-core": "^8.7", "typo3/cms-scheduler": "^8.7", "typo3/cms-fluid-styled-content": "^8.7", "typo3/cms-recycler": "^8.7", "typo3/cms-rte-ckeditor": "^8.7", "typo3/cms-felogin": "^8.7", and other non-core exts
After composer install
we run typo3cms install:setup
to do the rest.
ext:rsaauth is not enabled therefore.
Updated by Anja Leichsenring almost 6 years ago
- Related to Task #81852: Deprecate EXT:rsaauth added
Updated by Markus Klein almost 6 years ago
- Description updated (diff)
- TYPO3 Version changed from 9 to 8
Updated by Florian Peters almost 6 years ago
- Related to Bug #86417: FE-Login fails after update to v9 without ext:rsaauth added
Updated by Gerrit Code Review almost 6 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058
Updated by Gerrit Code Review almost 6 years ago
Patch set 3 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058
Updated by Gerrit Code Review almost 6 years ago
Patch set 4 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058
Updated by Gerrit Code Review almost 6 years ago
Patch set 5 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59058
Updated by Florian Peters almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 539a8be0c74554170eb4eddfbc1ecd9ed76a89e7.
Updated by Anja Leichsenring almost 6 years ago
- Related to Bug #87108: Fix failing test run added