Bug #86417
closedFE-Login fails after update to v9 without ext:rsaauth
100%
Description
After upgrading to v9 and deactivation of ext:rsaauth (as recommended in https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/9.1/Deprecation-81852-DeprecatedUsageOfEXTrsaauth.html) FE login fails.
Reason: $GLOBALS['TYPO3_CONF_VARS']['FE']['loginSecurityLevel'] was still on 'rsa'.
For BE, there is a silent upgrade service in place that resets the value of $GLOBALS['TYPO3_CONF_VARS']['BE']['loginSecurityLevel'] to normal, if ext:rsaauth is not loaded.
For FE, there is no help.
Updated by Anja Leichsenring about 6 years ago
- Related to Task #81852: Deprecate EXT:rsaauth added
Updated by Anja Leichsenring about 6 years ago
- Related to Task #66997: Remove login security levels super-/challenged added
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58429
Updated by Gerrit Code Review about 6 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58429
Updated by Anja Leichsenring about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 38de3e2b955ffff1c15fc7d5aecd767e650b0aad.
Updated by Florian Peters almost 6 years ago
- Related to Bug #87103: felogin does not work on fresh install due to buggy defaults added