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
{{ message }}
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
an tt_address record is created with tt_address.hidden = 1. The record is supposed to stay hidden until the double opt-in by email-link is done, which takes the hidden flag away.
working with a more current fork of this one (https://github.com/dmind-gmbh/formhandler) and the discontinued EXT:formhandler_subscription on TYPO3 v9:
using exec_SELECTquery() f676f4c#diff-66782a4338e40dd2907a310cbf419c7c
$queryBuilder->getRestrictions()->removeByType(HiddenRestriction::class);
Is that not needed in GenerateAuthCode.php, too?
The text was updated successfully, but these errors were encountered: