|
|
-
|
|
|
name: 'Reset password confirmation'
|
|
|
uriPattern: '{node}/confirm/{--startingup_grundungassistent_frontenduser-passwordresetform.hash}'
|
|
|
defaults:
|
|
|
'@package': 'TYPO3.Neos'
|
|
|
'@controller': 'Frontend\Node'
|
|
|
'@action': 'show'
|
|
|
'@format': 'html'
|
|
|
'--startingup_grundungassistent_frontenduser-passwordresetform':
|
|
|
'@package': 'StartingUp.GrundungAssistent.FrontendUser'
|
|
|
'@controller': 'Login'
|
|
|
'@action': 'passwordReset'
|
|
|
'@format': 'html'
|
|
|
routeParts:
|
|
|
node:
|
|
|
handler: TYPO3\Neos\Routing\FrontendNodeRoutePartHandler
|
|
|
appendExceedingArguments: FALSE
|
|
|
|
|
|
{neos:uri.node(node: node, absolute: 1, arguments: '{
|
|
|
--startingup_grundungassistent_frontenduser-passwordresetform: {
|
|
|
\'@package\': \'StartingUp.GrundungAssistent.FrontendUser\',
|
|
|
\'@controller\': \'Login\',
|
|
|
\'@action\': \'passwordReset\',
|
|
|
hash: user.hash
|
|
|
}
|
|
|
}')}
|
|
|
|
|
|
<neos:uri.node node="{node}" absolute="{true}" arguments="{--startingup_grundungassistent_frontenduser-passwordresetform: '{
|
|
|
\'@package\': \'StartingUp.GrundungAssistent.FrontendUser\',
|
|
|
\'@controller\': \'Login\',
|
|
|
\'@action\': \'passwordReset\',
|
|
|
hash: user.hash}'}" /> |
|
|
\ No newline at end of file |