Summary

This article describes the content of the password change e-mail template. 

Table of Contents


The Password Change e-mail template is sent to a user if their password has been reset from the Enterprise Manager.

Only the portions of the email marked in yellow can be easily modified. If modifying other portions of the email template, view the page related to customizing email templates.

Context Keys

Context Keys are used to access data from the system. Examples of their use can be seen in the following template. These context keys can also be added to the email template or relocated within the template.

  • $name – User’s name
  • $hasSecurityQuestionEnabled – User has Security Question Enabled

 Template Example

<html>
<body>
<table border="0">

  <tr>
    <td><font fact=arial size=2>
Dear $name,<p><p>
You or someone on your behalf has requested that your Fountayn account's#if($hasSecurityQuestionEnabled=="true") login credentials #else password #end be reset. Please use the following link to reset your#if($hasSecurityQuestionEnabled=="true") login credentials.#else password.#end
<br>
$link
<br>
This link will expire in 72 hours. If 72 hours has passed clicking the link will automatically send you a new link.#if($hasSecurityQuestionEnabled=="true") Your security question will be disabled upon password reset. If you wish to continue using this feature, please re-enable your security question.#end

#include("emailTemplates/en/dtEmailSuffix.vm")

</font>
    </td>
  </tr>
</table>
</body>
</html>

Need more help?

Please visit the Fountayn Contact Information page.