Table of Contents

Description

This email template is sent to an active staff member's email address after a password reset request. Staff that have forgotten their password may change it by following the instructions in the link provided in the email. The link remains valid for a limited time (default 4 hours), as configured by the Blesta.reset_password_ttl setting defined in the configuration file.

Supported Tags

The tags described in Blesta are only a list of commonly-used tags, for brevity.

The tags below are all of those available for this email template. For other email and tag customizations, see Customizing Emails.

TagDescriptionNotes
{staff.first_name}The staff's first name
{staff.last_name}The staff's last name
{staff.email}The staff's email address
{ip_address}The IP address where the password request originated
{password_reset_url}The URI to the password reset pagee.g. domain.com/admin/login/confirmreset/?sid=123456

Due to the nature of tag objects containing several fields, many of which are likely irrelevant for use in email templates, but may be useful to you in certain circumstances, an example dump of the tag objects are shown below.

The {staff} object
stdClass Object 
{
    [id] => 1
    [user_id] => 1
    [first_name] => First
    [last_name] => Last
    [email] => first.last@domain.com
    [email_mobile] => first.last@mobi.domain.com
    [status] => active
    [username] => staff
    [two_factor_mode] => none
    [two_factor_key] =>
    [two_factor_pin] => 
}
  • No labels