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
Currently it is only possible to set changePasswordPid via TS. Would be nice to overwrite hardcoded typolink configuration in middleware, e.g. "addQueryString" because sometimes you don't want to forward url param like "tx_felogin_pi1[forgot]=1" if user came from password-forgotten-page.
For my case I just added this little part to fit my needs here: Idleworks@f5497ff
But it would be much better to move the whole typolink configuration to typoscript like
In version 5.x (TYPO3 v13 only) of the extension, it is possible to use the ModifyRedirectUrlParameterEvent, which allows to modify all parameters and the target PID for the URL generation. With that version of the extension, the URL generation is now also performed by TYPO3 site routing instead of using TSFE->typoLink_URL
Currently it is only possible to set changePasswordPid via TS. Would be nice to overwrite hardcoded typolink configuration in middleware, e.g. "addQueryString" because sometimes you don't want to forward url param like "tx_felogin_pi1[forgot]=1" if user came from password-forgotten-page.
For my case I just added this little part to fit my needs here: Idleworks@f5497ff
But it would be much better to move the whole typolink configuration to typoscript like
forgotPasswordPage { parameter = addQueryString = 1 addQeuryString.exclude = id absolute = 1 }
Just a suggestion.
The text was updated successfully, but these errors were encountered: