23 lines
542 B
HTML
23 lines
542 B
HTML
subject = "Password Reset"
|
|
layout = "system"
|
|
description = "Reset an admin password"
|
|
==
|
|
|
|
Hello {{ name }},
|
|
|
|
Somebody has requested a password reset for your account, if this was not you, please ignore this email.
|
|
|
|
You can use the following link to restore your password:
|
|
{{ link }}
|
|
|
|
==
|
|
|
|
<p>Hello {{ name }},</p>
|
|
|
|
<p>Somebody has requested a password reset for your account, if this was not you, please ignore this email.</p>
|
|
|
|
<p>
|
|
You can use the following link to restore your password:<br />
|
|
<a href="{{ link }}">{{ link }}</a>
|
|
</p>
|