hairu
hairu copied to clipboard
Flexible login/logout form based on Extbase/Fluid
Are there any plans to ship with a default YAML router configuration? Its quite difficult to specify the passwort-reset routes e.g. for `Authentication::showPasswordResetForm` because of the optional parameter `start=1, hash=[empty]`...
Currently the TYPO3 caching framework is used to store password reset tokens. If the caches are flushed, all tokens are lost which results in broken links for users which have...
This would be really interesting for me – but maybe also for other people – to get the following vars in the signal: **$user**, **$hash**, **$hashUri** and **$expiryDate**. Could you...