Skip to main content

 Configuration

Configuration manual for PageSeeder

change-email-confirm template

This email is sent to confirm that the user wants their email address for their account to change.

For security purposes, the email address of a member is not changed until the request is confirmed from the original account.

Prior to PageSeeder 5.9, this email template was email-change-confirm

Email headers

NameValue
Auto-Submittedauto-generated
BccMember email address
FromPageSeeder (DO NOT REPLY) <pageseeder@example.org>
SubjectConfirm your email change

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="change-email-confirm"
              newemail="jjones@new-email.com"
              emaildomain="example.org"
              hosturl="https://example.org"
              token="ujHidAn9kKjObQuVbl_vLMc9npOjAKj2">

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

The token attribute is a base64url string that is different from the key and shouldn't require URL-escaping. This token expires after 12 hours.

The key attribute is  no longer included.

Usual content

Following is a screenshot of the HTML email:

change-email-confirm_v60000.png

Created on , last edited on