You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
#
|
|
# pwreset-client.yaml
|
|
#
|
|
# Template of the email sent to clients when using the Forgot My Password
|
|
# link on the login page
|
|
---
|
|
notes: >
|
|
This template defines the email sent to Clients who select the <strong>Forgot My
|
|
Password</strong> link on the Client Log In page.
|
|
name: "%{company.name} Help Desk Access"
|
|
body: >
|
|
<h3><strong>Hi %{user.name.first},</strong></h3>
|
|
<div>
|
|
A password reset request has been submitted on your behalf for the
|
|
helpdesk at %{url}.<br />
|
|
<br />
|
|
If you feel that this has been done in error, delete and disregard this
|
|
email. Your account is still secure and no one has been given access to
|
|
it. It is not locked and your password has not been reset. Someone could
|
|
have mistakenly entered your email address.<br />
|
|
<br />
|
|
Follow the link below to login to the help desk and change your
|
|
password.<br />
|
|
<br />
|
|
<a href="%{link}">%{link}</a><br />
|
|
<br />
|
|
<em style="font-size: small">Your friendly Customer Support System
|
|
<br />
|
|
%{company.name}</em>
|
|
</div>
|