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.
email-change-confirmEmail headers
| Name | Value |
|---|---|
Auto-Submitted | auto-generated |
Bcc | Member email address |
From | PageSeeder (DO NOT REPLY) <pageseeder@example.org> |
Subject | Confirm 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:
