<#-- Password reset request content Contains instructions and link on how to reset the password in case the user forgot it --> <#import "lib/utils.ftl" as u>

${msg('mail.forgotpwd.1')}.

<@u.button label=msg('action.resetpwd') action="${url}#/pub/resetpwd/${user.passwordResetToken}" />

${msg('mail.forgotpwd.2')}.

${msg('mail.forgotpwd.3')}.