You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Felogin json output is broken with TYPO3 V13
To Reproduce
Steps to reproduce the behavior:
Install a fresh TYPO3 V13 with Headless
Create Felogin form in a page
Show the page
See error : Too few arguments to function TYPO3\CMS\Core\Crypto\HashService::appendHmac(), 1 passed in /var/www/html/vendor/friendsoftypo3/headless/Classes/ViewHelpers/LoginFormViewHelper.php on line 186 and exactly 2 expected
Expected behavior
Proper Felogin json rendering
Screenshots
TYPO3 version and TYPO3 Headless version
TYPO3 V13.4.1 / Headless V4.5.0
Describe the bug
Felogin json output is broken with TYPO3 V13
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Proper Felogin json rendering
Screenshots
TYPO3 version and TYPO3 Headless version
TYPO3 V13.4.1 / Headless V4.5.0
Additional context
This is caused by this deprecated : https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Deprecation-102763-ExtbaseHashService.html
Possible fix : in LoginFormViewHelper.php line 186 and 190, add additional secret string (timestamp for example) as second argument for appendHmac
The text was updated successfully, but these errors were encountered: