Files
cms-felogin/Resources/Private/Email/Templates/PasswordRecovery.fluid.html
T

17 lines
670 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="SystemEmail" />
<f:section name="Main">
<f:spaceless>
<f:variable name="recoveryLink">
<f:link.external target="_blank" uri="{url}"><f:translate domain="felogin.messages" key="password_recovery_link"/></f:link.external>
</f:variable>
{f:translate(
domain: 'felogin.messages',
key: 'forgot_validate_reset_password_html',
arguments: '{ 0: "{receiverName -> f:format.htmlspecialchars()}", 1: recoveryLink, 2: validUntil }'
) -> f:format.html()}
</f:spaceless>
</f:section>
</html>