Files

14 lines
662 B
HTML

<f:layout name="SystemEmail" />
<f:section name="Subject">Password reset requested at "{typo3.sitename}"</f:section>
<f:section name="Title">Your email address was used to trigger a password reset</f:section>
<f:section name="Main">
<p>
Follow the link below to reset your backend user password at &quot;{typo3.sitename}&quot; (this link expires in 2 hours).
<f:if condition="{username}">Your username is: <strong>{username}</strong></f:if>
</p>
<p>
<a href="{resetLink}">Reset password</a>
</p>
<f:render partial="Email/PasswordReset/ClosingParagraph" arguments="{normalizedParams: normalizedParams}" />
</f:section>