Bug #99395
closedFrontend Login not working after update to 10.4.34
0%
Description
The frontend login is not working in version 10.4.34 (composer).
Try to login gives a login error (wrong password or username).
Downgrade to 10.4.32 solves the problem.
This maybe related to the security issues of the new version.
Updated by Torben Hansen over 1 year ago
It is now required, that the pid
parameter is signed. If your ext:felogin template uses a hardcoded pid
, either make sure to set the PID using TypoScript og plugin (both will then sign the PID) or to disable the requirement of signed PIDs using the new feature flag security.frontend.enforceLoginSigning
(see https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.4.x/Important-99366-AddBackwardCompatibilityHandlingForFrontendLoginSigning.html)
Updated by Alexander Jaschke over 1 year ago
Thank you. That was missing part. Only read the release notes ...