Skip to main content

 Configuration

Configuration manual for PageSeeder

change-password template

To help inform and protect users, whenever an account password is changed, this notification is sent to the registered email address. 

Email headers

NameValue
Auto-Submittedauto-generated
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectYour password has been updated
ToMember email address

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="change-password"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- The member whose password updated -->
  <member id="12"
          firstname="John"
          lastname="Jones"
          email="jjones@email.com">
    <fullname>John Jones</fullname>
  </member>
</notification>

Usual content

Following is a screenshot of the HTML email:

change-password_v60000.png

Created on , last edited on