Actions
Bug #86417
closedFE-Login fails after update to v9 without ext:rsaauth
Start date:
2018-09-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions