trabajo-afectivo/app/views/mailer/password_reset/en.html.erb
2017-03-22 03:32:36 +01:00

15 lines
750 B
Text

Reset your #{config.product_name} password
<div>Hi #{user.firstname},</div>
<br>
<div>We received a request to reset the password for your #{config.product_name} account <b>#{user.login}</b>.</div>
<br>
<div>If you want to reset your password, click on the link below (or copy and paste the URL into your browser):</div>
<br>
<div><a href="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}">#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}</a></div>
<br>
<div>This link takes you to a page where you can change your password.</div>
<br>
<div>If you don't want to reset your password, please ignore this message. Your password will not be reset.</div>
<br>
<div>Your #{config.product_name} Team</div>