Important: #94312 - Removed BE/loginSecurityLevel and FE/loginSecurityLevel options
See forge#94312
Description
The FE/ and BE/ options were used to
define the security level of the backend and frontend login. Since dropping
the two possibilities challenged and superchallenged in v7, rsa and
normal were the only two valid values left.
The rsa value however also became more or less obsolete, after dropping
EXT: from Core in forge#87470. Setting rsa therefore only had
effect in case the standalone friendsoftypo3/ extension was installed.
Finally, with forge#94279 also the support for the standalone
friendsoftypo3/ was abandoned, making the login
option superfluous, as normal was left as the only valid option.
Therefore, both options FE/ and BE/
have been removed. As a result and to follow our backwards-compatibility promise,
all authentication services will still receive the $password
argument in their
process method, which however will now
always be normal.
Impact
The options have been removed from the TYPO3's default configuration.
When those options have been set in your
Local
or
Additional files, they are automatically
removed when accessing the Install Tool or System Maintenance area.